holiday calendar only supports timezone GMT+01:00

It seems that the only timezone in the holiday calendar of the job scheduler that works is GMT+01:00 or Europe/Amsterdam, which is the same, other timezones have no effect on the scheduler. 

Does anybody know if I'm doing something wrong or that there are other timezones that do work? I have tried GMT+08:00 orAsia/Singapore, GMT or Europe/London but they don't work either.

Below is an example of the contents of a holiday calendar

Kind regards

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<reportJobCalendar>
  <calendarType>holiday</calendarType>
  <description>test holiday calendar EuropeAmsterdam</description>
  <excludeDays>
    <excludeDay>2021-02-18</excludeDay>
    <excludeDay>2021-02-19</excludeDay>
    <excludeDay>2021-03-03</excludeDay>
    <excludeDay>2021-03-04</excludeDay>
    <excludeDay>2021-03-09</excludeDay>
    <excludeDay>2021-03-10</excludeDay>
    <excludeDay>2021-03-20</excludeDay>
    <excludeDay>2021-03-21</excludeDay>
    <excludeDay>2021-03-22</excludeDay>
    <excludeDay>2021-03-23</excludeDay>
  </excludeDays>
  <timeZone>Europe/Amsterdam</timeZone>
</reportJobCalendar>
 

ddelange's picture
Joined: Jun 10 2008 - 1:03am
Last seen: 1 month 1 week ago

0 Answers:

No answers yet
Feedback
randomness