cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
705
Views
0
Helpful
1
Replies

What is time zone id for sri lanka(Sri Jayawardenapura Kotte)

shakila.fass
Level 1
Level 1

What is time zone id for sri lanka(Sri Jayawardenapura Kotte).

I didnt add these "<timeZone><timeZoneID>" two properties. When i take results it gives some wrong time.

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

You can check our timezones by sending a LstTimeZone XML API Command

        <bodyContent xsi:type="site.LstTimeZone">

        </bodyContent>

currently it returns:

<serv:body>

  <serv:bodyContent xsi:type="ns1:lstTimeZoneResponse"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <ns1:timeZone>

      <ns1:timeZoneID>0</ns1:timeZoneID>

      <ns1:gmtOffset>720</ns1:gmtOffset>

      <ns1:description>GMT+12:00, Dateline (Marshall Islands)</ns1:description>

      <ns1:shortName>Marshall Islands</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>1</ns1:timeZoneID>

      <ns1:gmtOffset>-660</ns1:gmtOffset>

      <ns1:description>GMT-11:00, Samoa (Samoa)</ns1:description>

      <ns1:shortName>Samoa</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>2</ns1:timeZoneID>

      <ns1:gmtOffset>-600</ns1:gmtOffset>

      <ns1:description>GMT-10:00, Hawaii (Honolulu)</ns1:description>

      <ns1:shortName>Honolulu</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>3</ns1:timeZoneID>

      <ns1:gmtOffset>-480</ns1:gmtOffset>

      <ns1:description>GMT-08:00, Alaska (Anchorage)</ns1:description>

      <ns1:shortName>Anchorage</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>4</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Pacific (San Francisco)</ns1:description>

      <ns1:shortName>San Francisco</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>5</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mountain (Arizona)</ns1:description>

      <ns1:shortName>Arizona</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>6</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Mountain (Denver)</ns1:description>

      <ns1:shortName>Denver</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>7</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, Central (Chicago)</ns1:description>

      <ns1:shortName>Chicago</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>8</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Mexico Central (Mexico City)</ns1:description>

      <ns1:shortName>Mexico City</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>9</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Central (Saskatchewan)</ns1:description>

      <ns1:shortName>Saskatchewan</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>10</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, S. America Pacific (Bogota)</ns1:description>

      <ns1:shortName>Bogota</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>11</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (New York)</ns1:description>

      <ns1:shortName>New York</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>12</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (Indiana)</ns1:description>

      <ns1:shortName>Indiana</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>13</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Atlantic (Halifax)</ns1:description>

      <ns1:shortName>Halifax</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>14</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, S. America Western (La Paz)</ns1:description>

      <ns1:shortName>La Paz</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>15</ns1:timeZoneID>

      <ns1:gmtOffset>-150</ns1:gmtOffset>

      <ns1:description>GMT-02:30, Newfoundland (Newfoundland)</ns1:description>

      <ns1:shortName>Newfoundland</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>16</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, E. South America Standard (Brasilia)</ns1:description>

      <ns1:shortName>Brasilia</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>17</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Eastern (Buenos Aires)</ns1:description>

      <ns1:shortName>Buenos Aires</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>18</ns1:timeZoneID>

      <ns1:gmtOffset>-120</ns1:gmtOffset>

      <ns1:description>GMT-02:00, Mid-Atlantic (Mid-Atlantic)</ns1:description>

      <ns1:shortName>Mid-Atlantic</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>19</ns1:timeZoneID>

      <ns1:gmtOffset>0</ns1:gmtOffset>

      <ns1:description>GMT00:00, Azores (Azores)</ns1:description>

      <ns1:shortName>Azores</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>20</ns1:timeZoneID>

      <ns1:gmtOffset>0</ns1:gmtOffset>

      <ns1:description>GMT00:00, Greenwich (Reykjavik)</ns1:description>

      <ns1:shortName>Reykjavik</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>21</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, Western European (London)</ns1:description>

      <ns1:shortName>London</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>22</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Amsterdam)</ns1:description>

      <ns1:shortName>Amsterdam</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>23</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Paris)</ns1:description>

      <ns1:shortName>Paris</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>24</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Prague)</ns1:description>

      <ns1:shortName>Prague</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>25</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Berlin)</ns1:description>

      <ns1:shortName>Berlin</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>26</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Greece (Athens)</ns1:description>

      <ns1:shortName>Athens</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>27</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Eastern Europe (Bucharest)</ns1:description>

      <ns1:shortName>Bucharest</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>28</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Egypt (Cairo)</ns1:description>

      <ns1:shortName>Cairo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>29</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, South Africa (Pretoria)</ns1:description>

      <ns1:shortName>Pretoria</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>30</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Northern Europe (Helsinki)</ns1:description>

      <ns1:shortName>Helsinki</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>31</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Israel (Tel Aviv)</ns1:description>

      <ns1:shortName>Tel Aviv</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>32</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Saudi Arabia (Riyadh)</ns1:description>

      <ns1:shortName>Riyadh</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>33</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Russian (Moscow)</ns1:description>

      <ns1:shortName>Moscow</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>34</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Nairobi (Nairobi)</ns1:description>

      <ns1:shortName>Nairobi</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>35</ns1:timeZoneID>

      <ns1:gmtOffset>270</ns1:gmtOffset>

      <ns1:description>GMT+04:30, Iran (Tehran)</ns1:description>

      <ns1:shortName>Tehran</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>36</ns1:timeZoneID>

      <ns1:gmtOffset>240</ns1:gmtOffset>

      <ns1:description>GMT+04:00, Arabian (Abu Dhabi, Muscat)</ns1:description>

      <ns1:shortName>Abu Dhabi</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>37</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, Baku (Baku)</ns1:description>

      <ns1:shortName>Baku</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>38</ns1:timeZoneID>

      <ns1:gmtOffset>270</ns1:gmtOffset>

      <ns1:description>GMT+04:30, Afghanistan (Kabul)</ns1:description>

      <ns1:shortName>Kabul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>39</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, West Asia (Yekaterinburg)</ns1:description>

      <ns1:shortName>Yekaterinburg</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>40</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, West Asia (Islamabad)</ns1:description>

      <ns1:shortName>Islamabad</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>41</ns1:timeZoneID>

      <ns1:gmtOffset>330</ns1:gmtOffset>

      <ns1:description>GMT+05:30, India (Mumbai)</ns1:description>

      <ns1:shortName>Mumbai</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>42</ns1:timeZoneID>

      <ns1:gmtOffset>330</ns1:gmtOffset>

      <ns1:description>GMT+05:30, Colombo (Colombo)</ns1:description>

      <ns1:shortName>Colombo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>43</ns1:timeZoneID>

      <ns1:gmtOffset>360</ns1:gmtOffset>

      <ns1:description>GMT+06:00, Central Asia (Almaty)</ns1:description>

      <ns1:shortName>Almaty</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>44</ns1:timeZoneID>

      <ns1:gmtOffset>420</ns1:gmtOffset>

      <ns1:description>GMT+07:00, Bangkok (Bangkok)</ns1:description>

      <ns1:shortName>Bangkok</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>45</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, China (Beijing)</ns1:description>

      <ns1:shortName>Beijing</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>46</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Australia Western (Perth)</ns1:description>

      <ns1:shortName>Perth</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>47</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Singapore (Singapore)</ns1:description>

      <ns1:shortName>Singapore</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>48</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Taipei (Taipei)</ns1:description>

      <ns1:shortName>Taipei</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>49</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Japan (Tokyo)</ns1:description>

      <ns1:shortName>Tokyo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>50</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Korea (Seoul)</ns1:description>

      <ns1:shortName>Seoul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>51</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Yakutsk (Yakutsk)</ns1:description>

      <ns1:shortName>Yakutsk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>52</ns1:timeZoneID>

      <ns1:gmtOffset>630</ns1:gmtOffset>

      <ns1:description>GMT+10:30, Australia Central (Adelaide)</ns1:description>

      <ns1:shortName>Adelaide</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>53</ns1:timeZoneID>

      <ns1:gmtOffset>570</ns1:gmtOffset>

      <ns1:description>GMT+09:30, Australia Central (Darwin)</ns1:description>

      <ns1:shortName>Darwin</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>54</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, Australia Eastern (Brisbane)</ns1:description>

      <ns1:shortName>Brisbane</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>55</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Australia Eastern (Sydney)</ns1:description>

      <ns1:shortName>Sydney</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>56</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, West Pacific (Guam)</ns1:description>

      <ns1:shortName>Guam</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>57</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Tasmania (Hobart)</ns1:description>

      <ns1:shortName>Hobart</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>58</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, Vladivostok (Vladivostok)</ns1:description>

      <ns1:shortName>Vladivostok</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>59</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Central Pacific (Solomon Is)</ns1:description>

      <ns1:shortName>Solomon Islands</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>60</ns1:timeZoneID>

      <ns1:gmtOffset>780</ns1:gmtOffset>

      <ns1:description>GMT+13:00, New Zealand (Wellington)</ns1:description>

      <ns1:shortName>Wellington</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>61</ns1:timeZoneID>

      <ns1:gmtOffset>720</ns1:gmtOffset>

      <ns1:description>GMT+12:00, Fiji (Fiji)</ns1:description>

      <ns1:shortName>Fiji</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>128</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Central European (Paris)</ns1:description>

      <ns1:shortName>Paris</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>129</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Norway (Oslo)</ns1:description>

      <ns1:shortName>Oslo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>130</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Sweden (Stockholm)</ns1:description>

      <ns1:shortName>Stockholm</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>131</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mexico Pacific (Tijuana)</ns1:description>

      <ns1:shortName>Tijuana</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>132</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mexico Mountain (Chihuahua)</ns1:description>

      <ns1:shortName>Chihuahua</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>133</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, S. America Western (Caracas)</ns1:description>

      <ns1:shortName>Caracas</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>134</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Malaysia (Kuala Lumpur)</ns1:description>

      <ns1:shortName>Kuala Lumpur</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>135</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Eastern (Recife)</ns1:description>

      <ns1:shortName>Recife</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>136</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, Morocco (Casablanca)</ns1:description>

      <ns1:shortName>Casablanca</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>137</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Honduras (Tegucigalpa)</ns1:description>

      <ns1:shortName>Tegucigalpa</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>138</ns1:timeZoneID>

      <ns1:gmtOffset>-120</ns1:gmtOffset>

      <ns1:description>GMT-02:00, Greenland (Nuuk)</ns1:description>

      <ns1:shortName>Nuuk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>139</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Jordan (Amman)</ns1:description>

      <ns1:shortName>Amman</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>140</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Eastern Europe (Istanbul)</ns1:description>

      <ns1:shortName>Istanbul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>141</ns1:timeZoneID>

      <ns1:gmtOffset>345</ns1:gmtOffset>

      <ns1:description>GMT+05:45, Nepal (Kathmandu)</ns1:description>

      <ns1:shortName>Kathmandu</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>142</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Rome)</ns1:description>

      <ns1:shortName>Rome</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>143</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, West Africa (West Africa)</ns1:description>

      <ns1:shortName>West Africa</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>144</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Madrid)</ns1:description>

      <ns1:shortName>Madrid</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>145</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Western (Santiago)</ns1:description>

      <ns1:shortName>Santiago</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>146</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, Eastern (Panama)</ns1:description>

      <ns1:shortName>Panama</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>147</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Brussels)</ns1:description>

      <ns1:shortName>Brussels</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>148</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Paraguay (Asuncion)</ns1:description>

      <ns1:shortName>Asuncion</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>149</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Uruguay (Montevideo)</ns1:description>

      <ns1:shortName>Montevideo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>150</ns1:timeZoneID>

      <ns1:gmtOffset>-60</ns1:gmtOffset>

      <ns1:description>GMT-01:00, Cape Verde (Cape Verde)</ns1:description>

      <ns1:shortName>Cape Verde</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>151</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, West Africa (Windhoek)</ns1:description>

      <ns1:shortName>Windhoek</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>152</ns1:timeZoneID>

      <ns1:gmtOffset>390</ns1:gmtOffset>

      <ns1:description>GMT+06:30, Myanmar (Yangon)</ns1:description>

      <ns1:shortName>Yangon</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>153</ns1:timeZoneID>

      <ns1:gmtOffset>780</ns1:gmtOffset>

      <ns1:description>GMT+13:00, Tonga (Tonga)</ns1:description>

      <ns1:shortName>Tonga</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>154</ns1:timeZoneID>

      <ns1:gmtOffset>420</ns1:gmtOffset>

      <ns1:description>GMT+07:00, Western Indonesia (Jakarta)</ns1:description>

      <ns1:shortName>Jakarta</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>155</ns1:timeZoneID>

      <ns1:gmtOffset>240</ns1:gmtOffset>

      <ns1:description>GMT+04:00, Armenia (Yerevan)</ns1:description>

      <ns1:shortName>Yerevan</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>156</ns1:timeZoneID>

      <ns1:gmtOffset>360</ns1:gmtOffset>

      <ns1:description>GMT+06:00, Novosibirsk (Novosibirsk)</ns1:description>

      <ns1:shortName>Novosibirsk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>157</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Romania (Bucharest)</ns1:description>

      <ns1:shortName>Bucharest</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>158</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (Toronto)</ns1:description>

      <ns1:shortName>Toronto</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

  </serv:bodyContent>

</serv:body>

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

You can check our timezones by sending a LstTimeZone XML API Command

        <bodyContent xsi:type="site.LstTimeZone">

        </bodyContent>

currently it returns:

<serv:body>

  <serv:bodyContent xsi:type="ns1:lstTimeZoneResponse"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <ns1:timeZone>

      <ns1:timeZoneID>0</ns1:timeZoneID>

      <ns1:gmtOffset>720</ns1:gmtOffset>

      <ns1:description>GMT+12:00, Dateline (Marshall Islands)</ns1:description>

      <ns1:shortName>Marshall Islands</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>1</ns1:timeZoneID>

      <ns1:gmtOffset>-660</ns1:gmtOffset>

      <ns1:description>GMT-11:00, Samoa (Samoa)</ns1:description>

      <ns1:shortName>Samoa</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>2</ns1:timeZoneID>

      <ns1:gmtOffset>-600</ns1:gmtOffset>

      <ns1:description>GMT-10:00, Hawaii (Honolulu)</ns1:description>

      <ns1:shortName>Honolulu</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>3</ns1:timeZoneID>

      <ns1:gmtOffset>-480</ns1:gmtOffset>

      <ns1:description>GMT-08:00, Alaska (Anchorage)</ns1:description>

      <ns1:shortName>Anchorage</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>4</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Pacific (San Francisco)</ns1:description>

      <ns1:shortName>San Francisco</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>5</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mountain (Arizona)</ns1:description>

      <ns1:shortName>Arizona</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>6</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Mountain (Denver)</ns1:description>

      <ns1:shortName>Denver</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>7</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, Central (Chicago)</ns1:description>

      <ns1:shortName>Chicago</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>8</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Mexico Central (Mexico City)</ns1:description>

      <ns1:shortName>Mexico City</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>9</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Central (Saskatchewan)</ns1:description>

      <ns1:shortName>Saskatchewan</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>10</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, S. America Pacific (Bogota)</ns1:description>

      <ns1:shortName>Bogota</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>11</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (New York)</ns1:description>

      <ns1:shortName>New York</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>12</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (Indiana)</ns1:description>

      <ns1:shortName>Indiana</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>13</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Atlantic (Halifax)</ns1:description>

      <ns1:shortName>Halifax</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>14</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, S. America Western (La Paz)</ns1:description>

      <ns1:shortName>La Paz</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>15</ns1:timeZoneID>

      <ns1:gmtOffset>-150</ns1:gmtOffset>

      <ns1:description>GMT-02:30, Newfoundland (Newfoundland)</ns1:description>

      <ns1:shortName>Newfoundland</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>16</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, E. South America Standard (Brasilia)</ns1:description>

      <ns1:shortName>Brasilia</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>17</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Eastern (Buenos Aires)</ns1:description>

      <ns1:shortName>Buenos Aires</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>18</ns1:timeZoneID>

      <ns1:gmtOffset>-120</ns1:gmtOffset>

      <ns1:description>GMT-02:00, Mid-Atlantic (Mid-Atlantic)</ns1:description>

      <ns1:shortName>Mid-Atlantic</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>19</ns1:timeZoneID>

      <ns1:gmtOffset>0</ns1:gmtOffset>

      <ns1:description>GMT00:00, Azores (Azores)</ns1:description>

      <ns1:shortName>Azores</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>20</ns1:timeZoneID>

      <ns1:gmtOffset>0</ns1:gmtOffset>

      <ns1:description>GMT00:00, Greenwich (Reykjavik)</ns1:description>

      <ns1:shortName>Reykjavik</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>21</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, Western European (London)</ns1:description>

      <ns1:shortName>London</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>22</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Amsterdam)</ns1:description>

      <ns1:shortName>Amsterdam</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>23</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Paris)</ns1:description>

      <ns1:shortName>Paris</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>24</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Prague)</ns1:description>

      <ns1:shortName>Prague</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>25</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Berlin)</ns1:description>

      <ns1:shortName>Berlin</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>26</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Greece (Athens)</ns1:description>

      <ns1:shortName>Athens</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>27</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Eastern Europe (Bucharest)</ns1:description>

      <ns1:shortName>Bucharest</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>28</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Egypt (Cairo)</ns1:description>

      <ns1:shortName>Cairo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>29</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, South Africa (Pretoria)</ns1:description>

      <ns1:shortName>Pretoria</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>30</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Northern Europe (Helsinki)</ns1:description>

      <ns1:shortName>Helsinki</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>31</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Israel (Tel Aviv)</ns1:description>

      <ns1:shortName>Tel Aviv</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>32</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Saudi Arabia (Riyadh)</ns1:description>

      <ns1:shortName>Riyadh</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>33</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Russian (Moscow)</ns1:description>

      <ns1:shortName>Moscow</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>34</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Nairobi (Nairobi)</ns1:description>

      <ns1:shortName>Nairobi</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>35</ns1:timeZoneID>

      <ns1:gmtOffset>270</ns1:gmtOffset>

      <ns1:description>GMT+04:30, Iran (Tehran)</ns1:description>

      <ns1:shortName>Tehran</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>36</ns1:timeZoneID>

      <ns1:gmtOffset>240</ns1:gmtOffset>

      <ns1:description>GMT+04:00, Arabian (Abu Dhabi, Muscat)</ns1:description>

      <ns1:shortName>Abu Dhabi</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>37</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, Baku (Baku)</ns1:description>

      <ns1:shortName>Baku</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>38</ns1:timeZoneID>

      <ns1:gmtOffset>270</ns1:gmtOffset>

      <ns1:description>GMT+04:30, Afghanistan (Kabul)</ns1:description>

      <ns1:shortName>Kabul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>39</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, West Asia (Yekaterinburg)</ns1:description>

      <ns1:shortName>Yekaterinburg</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>40</ns1:timeZoneID>

      <ns1:gmtOffset>300</ns1:gmtOffset>

      <ns1:description>GMT+05:00, West Asia (Islamabad)</ns1:description>

      <ns1:shortName>Islamabad</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>41</ns1:timeZoneID>

      <ns1:gmtOffset>330</ns1:gmtOffset>

      <ns1:description>GMT+05:30, India (Mumbai)</ns1:description>

      <ns1:shortName>Mumbai</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>42</ns1:timeZoneID>

      <ns1:gmtOffset>330</ns1:gmtOffset>

      <ns1:description>GMT+05:30, Colombo (Colombo)</ns1:description>

      <ns1:shortName>Colombo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>43</ns1:timeZoneID>

      <ns1:gmtOffset>360</ns1:gmtOffset>

      <ns1:description>GMT+06:00, Central Asia (Almaty)</ns1:description>

      <ns1:shortName>Almaty</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>44</ns1:timeZoneID>

      <ns1:gmtOffset>420</ns1:gmtOffset>

      <ns1:description>GMT+07:00, Bangkok (Bangkok)</ns1:description>

      <ns1:shortName>Bangkok</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>45</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, China (Beijing)</ns1:description>

      <ns1:shortName>Beijing</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>46</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Australia Western (Perth)</ns1:description>

      <ns1:shortName>Perth</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>47</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Singapore (Singapore)</ns1:description>

      <ns1:shortName>Singapore</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>48</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Taipei (Taipei)</ns1:description>

      <ns1:shortName>Taipei</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>49</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Japan (Tokyo)</ns1:description>

      <ns1:shortName>Tokyo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>50</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Korea (Seoul)</ns1:description>

      <ns1:shortName>Seoul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>51</ns1:timeZoneID>

      <ns1:gmtOffset>540</ns1:gmtOffset>

      <ns1:description>GMT+09:00, Yakutsk (Yakutsk)</ns1:description>

      <ns1:shortName>Yakutsk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>52</ns1:timeZoneID>

      <ns1:gmtOffset>630</ns1:gmtOffset>

      <ns1:description>GMT+10:30, Australia Central (Adelaide)</ns1:description>

      <ns1:shortName>Adelaide</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>53</ns1:timeZoneID>

      <ns1:gmtOffset>570</ns1:gmtOffset>

      <ns1:description>GMT+09:30, Australia Central (Darwin)</ns1:description>

      <ns1:shortName>Darwin</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>54</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, Australia Eastern (Brisbane)</ns1:description>

      <ns1:shortName>Brisbane</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>55</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Australia Eastern (Sydney)</ns1:description>

      <ns1:shortName>Sydney</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>56</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, West Pacific (Guam)</ns1:description>

      <ns1:shortName>Guam</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>57</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Tasmania (Hobart)</ns1:description>

      <ns1:shortName>Hobart</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>58</ns1:timeZoneID>

      <ns1:gmtOffset>600</ns1:gmtOffset>

      <ns1:description>GMT+10:00, Vladivostok (Vladivostok)</ns1:description>

      <ns1:shortName>Vladivostok</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>59</ns1:timeZoneID>

      <ns1:gmtOffset>660</ns1:gmtOffset>

      <ns1:description>GMT+11:00, Central Pacific (Solomon Is)</ns1:description>

      <ns1:shortName>Solomon Islands</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>60</ns1:timeZoneID>

      <ns1:gmtOffset>780</ns1:gmtOffset>

      <ns1:description>GMT+13:00, New Zealand (Wellington)</ns1:description>

      <ns1:shortName>Wellington</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>61</ns1:timeZoneID>

      <ns1:gmtOffset>720</ns1:gmtOffset>

      <ns1:description>GMT+12:00, Fiji (Fiji)</ns1:description>

      <ns1:shortName>Fiji</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>128</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Central European (Paris)</ns1:description>

      <ns1:shortName>Paris</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>129</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Norway (Oslo)</ns1:description>

      <ns1:shortName>Oslo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>130</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Sweden (Stockholm)</ns1:description>

      <ns1:shortName>Stockholm</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>131</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mexico Pacific (Tijuana)</ns1:description>

      <ns1:shortName>Tijuana</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>132</ns1:timeZoneID>

      <ns1:gmtOffset>-420</ns1:gmtOffset>

      <ns1:description>GMT-07:00, Mexico Mountain (Chihuahua)</ns1:description>

      <ns1:shortName>Chihuahua</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>133</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, S. America Western (Caracas)</ns1:description>

      <ns1:shortName>Caracas</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>134</ns1:timeZoneID>

      <ns1:gmtOffset>480</ns1:gmtOffset>

      <ns1:description>GMT+08:00, Malaysia (Kuala Lumpur)</ns1:description>

      <ns1:shortName>Kuala Lumpur</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>135</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Eastern (Recife)</ns1:description>

      <ns1:shortName>Recife</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>136</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, Morocco (Casablanca)</ns1:description>

      <ns1:shortName>Casablanca</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>137</ns1:timeZoneID>

      <ns1:gmtOffset>-360</ns1:gmtOffset>

      <ns1:description>GMT-06:00, Honduras (Tegucigalpa)</ns1:description>

      <ns1:shortName>Tegucigalpa</ns1:shortName>

      <ns1:hideTimeZoneName>true</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>138</ns1:timeZoneID>

      <ns1:gmtOffset>-120</ns1:gmtOffset>

      <ns1:description>GMT-02:00, Greenland (Nuuk)</ns1:description>

      <ns1:shortName>Nuuk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>139</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Jordan (Amman)</ns1:description>

      <ns1:shortName>Amman</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>140</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Eastern Europe (Istanbul)</ns1:description>

      <ns1:shortName>Istanbul</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>141</ns1:timeZoneID>

      <ns1:gmtOffset>345</ns1:gmtOffset>

      <ns1:description>GMT+05:45, Nepal (Kathmandu)</ns1:description>

      <ns1:shortName>Kathmandu</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>142</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Rome)</ns1:description>

      <ns1:shortName>Rome</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>143</ns1:timeZoneID>

      <ns1:gmtOffset>60</ns1:gmtOffset>

      <ns1:description>GMT+01:00, West Africa (West Africa)</ns1:description>

      <ns1:shortName>West Africa</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>144</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Madrid)</ns1:description>

      <ns1:shortName>Madrid</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>145</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, S. America Western (Santiago)</ns1:description>

      <ns1:shortName>Santiago</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>146</ns1:timeZoneID>

      <ns1:gmtOffset>-300</ns1:gmtOffset>

      <ns1:description>GMT-05:00, Eastern (Panama)</ns1:description>

      <ns1:shortName>Panama</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>147</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, Europe (Brussels)</ns1:description>

      <ns1:shortName>Brussels</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>148</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Paraguay (Asuncion)</ns1:description>

      <ns1:shortName>Asuncion</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>149</ns1:timeZoneID>

      <ns1:gmtOffset>-180</ns1:gmtOffset>

      <ns1:description>GMT-03:00, Uruguay (Montevideo)</ns1:description>

      <ns1:shortName>Montevideo</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>150</ns1:timeZoneID>

      <ns1:gmtOffset>-60</ns1:gmtOffset>

      <ns1:description>GMT-01:00, Cape Verde (Cape Verde)</ns1:description>

      <ns1:shortName>Cape Verde</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>151</ns1:timeZoneID>

      <ns1:gmtOffset>120</ns1:gmtOffset>

      <ns1:description>GMT+02:00, West Africa (Windhoek)</ns1:description>

      <ns1:shortName>Windhoek</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Summer</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>152</ns1:timeZoneID>

      <ns1:gmtOffset>390</ns1:gmtOffset>

      <ns1:description>GMT+06:30, Myanmar (Yangon)</ns1:description>

      <ns1:shortName>Yangon</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>153</ns1:timeZoneID>

      <ns1:gmtOffset>780</ns1:gmtOffset>

      <ns1:description>GMT+13:00, Tonga (Tonga)</ns1:description>

      <ns1:shortName>Tonga</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>154</ns1:timeZoneID>

      <ns1:gmtOffset>420</ns1:gmtOffset>

      <ns1:description>GMT+07:00, Western Indonesia (Jakarta)</ns1:description>

      <ns1:shortName>Jakarta</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>155</ns1:timeZoneID>

      <ns1:gmtOffset>240</ns1:gmtOffset>

      <ns1:description>GMT+04:00, Armenia (Yerevan)</ns1:description>

      <ns1:shortName>Yerevan</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>156</ns1:timeZoneID>

      <ns1:gmtOffset>360</ns1:gmtOffset>

      <ns1:description>GMT+06:00, Novosibirsk (Novosibirsk)</ns1:description>

      <ns1:shortName>Novosibirsk</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>false</ns1:fallInDST>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>157</ns1:timeZoneID>

      <ns1:gmtOffset>180</ns1:gmtOffset>

      <ns1:description>GMT+03:00, Romania (Bucharest)</ns1:description>

      <ns1:shortName>Bucharest</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

    <ns1:timeZone>

      <ns1:timeZoneID>158</ns1:timeZoneID>

      <ns1:gmtOffset>-240</ns1:gmtOffset>

      <ns1:description>GMT-04:00, Eastern (Toronto)</ns1:description>

      <ns1:shortName>Toronto</ns1:shortName>

      <ns1:hideTimeZoneName>false</ns1:hideTimeZoneName>

      <ns1:fallInDST>true</ns1:fallInDST>

      <ns1:standardLabel>Standard</ns1:standardLabel>

      <ns1:daylightLabel>Daylight</ns1:daylightLabel>

    </ns1:timeZone>

  </serv:bodyContent>

</serv:body>

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: