mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
75 lines
2.1 KiB
Plaintext
75 lines
2.1 KiB
Plaintext
HTTP/1.1 200 OK
|
|
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
|
ETag: "Some good etag"
|
|
Content-Length: 2012
|
|
Content-Type: application/xml; charset="utf-8"
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<timezones xmlns="urn:ietf:params:xml:ns:timezone-service">
|
|
<dtstamp>all good</dtstamp>
|
|
<tzdata>
|
|
<tzid>America/Indiana/Indianapolis</tzid>
|
|
<calscale>Gregorian</calscale>
|
|
<observance>
|
|
<name>EDT</name>
|
|
<onset>2014-03-09T07:00:00Z</onset>
|
|
<utc-offset-from>-05:00</utc-offset-from>
|
|
<utc-offset-to>-04:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EST</name>
|
|
<onset>2014-11-02T06:00:00Z</onset>
|
|
<utc-offset-from>-04:00</utc-offset-from>
|
|
<utc-offset-to>-05:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EDT</name>
|
|
<onset>2015-03-08T07:00:00Z</onset>
|
|
<utc-offset-from>-05:00</utc-offset-from>
|
|
<utc-offset-to>-04:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EST</name>
|
|
<onset>2015-11-01T06:00:00Z</onset>
|
|
<utc-offset-from>-04:00</utc-offset-from>
|
|
<utc-offset-to>-05:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EDT</name>
|
|
<onset>2016-03-13T07:00:00Z</onset>
|
|
<utc-offset-from>-05:00</utc-offset-from>
|
|
<utc-offset-to>-04:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EST</name>
|
|
<onset>2016-11-06T06:00:00Z</onset>
|
|
<utc-offset-from>-04:00</utc-offset-from>
|
|
<utc-offset-to>-05:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EDT</name>
|
|
<onset>2017-03-12T07:00:00Z</onset>
|
|
<utc-offset-from>-05:00</utc-offset-from>
|
|
<utc-offset-to>-04:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EST</name>
|
|
<onset>2017-11-05T06:00:00Z</onset>
|
|
<utc-offset-from>-04:00</utc-offset-from>
|
|
<utc-offset-to>-05:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EDT</name>
|
|
<onset>2018-03-11T07:00:00Z</onset>
|
|
<utc-offset-from>-05:00</utc-offset-from>
|
|
<utc-offset-to>-04:00</utc-offset-to>
|
|
</observance>
|
|
<observance>
|
|
<name>EST</name>
|
|
<onset>2018-11-04T06:00:00Z</onset>
|
|
<utc-offset-from>-04:00</utc-offset-from>
|
|
<utc-offset-to>-05:00</utc-offset-to>
|
|
</observance>
|
|
</tzdata>
|
|
</timezones>
|