diff options
author | Matthew Somerville <matthew@mysociety.org> | 2018-12-11 10:22:09 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2018-12-11 10:22:09 +0000 |
commit | cb7483370b3eaa1b6e153882f468cf6c14a1a9b0 (patch) | |
tree | 9f1f5c5bb1ab9afbd2d792cbd99fe0771395ff38 /perllib | |
parent | e72eac5840832a0292e0cfd5e3ea8ac218608502 (diff) |
[Zurich] Add 2019/2020 extra holidays.
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Zurich.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Zurich.pm b/perllib/FixMyStreet/Cobrand/Zurich.pm index 4098c6708..9d5ebc626 100644 --- a/perllib/FixMyStreet/Cobrand/Zurich.pm +++ b/perllib/FixMyStreet/Cobrand/Zurich.pm @@ -237,10 +237,12 @@ my %public_holidays = map { $_ => 1 } ( '2019-01-01', '2019-01-02', '2019-04-19', '2019-04-22', '2019-04-08', '2019-05-01', '2019-05-30', '2019-06-10', '2019-08-01', '2019-09-09', '2019-12-25', '2019-12-26', + '2019-04-18', '2019-05-29', '2019-05-31', '2019-12-24', '2019-12-27', '2019-12-30', '2019-12-31', '2020-01-01', '2020-01-02', '2020-04-10', '2020-04-13', '2020-04-20', '2020-05-01', '2020-05-21', '2020-06-01', '2020-09-14', '2020-12-25', + '2020-05-20', '2020-05-22', '2020-12-24', '2020-12-28', '2020-12-29', '2020-12-30', '2020-12-31', '2021-01-01', '2021-04-02', '2021-04-05', '2021-04-19', '2021-05-13', '2021-05-24', |