|
1 // ---------------------------------------------- |
|
2 // ---------------------------------------------- |
|
3 |
|
4 [Cities] |
|
5 Tirane=Europe/Tirane |
|
6 Tehran=Asia/Tehran |
|
7 London=Europe/London |
|
8 Sydney=Australia/Sydney |
|
9 Auckland=Pacific/Auckland |
|
10 Stanley=Atlantic/Stanley |
|
11 Seoul=Asia/Seoul |
|
12 Sofia=Europe/Sofia |
|
13 Chicago=America/Chicago |
|
14 Addis_Ababa=Africa/Addis_Ababa |
|
15 Adelaide=Australia/Adelaide |
|
16 Aden=Asia/Aden |
|
17 Algiers=Africa/Algiers |
|
18 Amman=Asia/Amman |
|
19 Amsterdam=Europe/Amsterdam |
|
20 Anadyr=Asia/Anadyr |
|
21 Anchorage=America/Anchorage |
|
22 Antananarivo=Indian/Antananarivo |
|
23 Asuncion=America/Asuncion |
|
24 Athens=Europe/Athens |
|
25 Baghdad=Asia/Baghdad |
|
26 Bangkok=Asia/Bangkok |
|
27 Beirut=Asia/Beirut |
|
28 Belgrade=Europe/Belgrade |
|
29 Berlin=Europe/Berlin |
|
30 Bogota=America/Bogota |
|
31 Brisbane=Australia/Brisbane |
|
32 Brussels=Europe/Brussels |
|
33 Bucharest=Europe/Bucharest |
|
34 Budapest=Europe/Budapest |
|
35 Buenos_Aires=America/Buenos_Aires |
|
36 Cairo=Africa/Cairo |
|
37 Canberra=Australia/Canberra |
|
38 Caracas=America/Caracas |
|
39 Casablanca=Africa/Casablanca |
|
40 Chatham=Pacific/Chatham |
|
41 Copenhagen=Europe/Copenhagen |
|
42 Darwin=Australia/Darwin |
|
43 Denver=America/Denver |
|
44 Detroit=America/Detroit |
|
45 Dhaka=Asia/Dhaka |
|
46 Dublin=Europe/Dublin |
|
47 Edmonton=America/Edmonton |
|
48 El_Salvador=America/El_Salvador |
|
49 Fiji=Pacific/Fiji |
|
50 Guatemala=America/Guatemala |
|
51 Halifax=America/Halifax |
|
52 Harare=Africa/Harare |
|
53 Havana=America/Havana |
|
54 Helsinki=Europe/Helsinki |
|
55 Hong_Kong=Asia/Hong_Kong |
|
56 Honolulu=Pacific/Honolulu |
|
57 Iqaluit=America/Iqaluit |
|
58 Indianapolis=America/Indianapolis |
|
59 Istanbul=Europe/Istanbul |
|
60 Jakarta=Asia/Jakarta |
|
61 Jamaica=America/Jamaica |
|
62 Johannesburg=Africa/Johannesburg |
|
63 Kabul=Asia/Kabul |
|
64 Kamchatka=Asia/Kamchatka |
|
65 Karachi=Asia/Karachi |
|
66 Katmandu=Asia/Katmandu |
|
67 Khartoum=Africa/Khartoum |
|
68 Kiritimati=Pacific/Kiritimati |
|
69 Kuala_Lumpur=Asia/Kuala_Lumpur |
|
70 Kuwait=Asia/Kuwait |
|
71 La_Paz=America/La_Paz |
|
72 Lagos=Africa/Lagos |
|
73 Lima=America/Lima |
|
74 Lisbon=Europe/Lisbon |
|
75 Los_Angeles=America/Los_Angeles |
|
76 Madrid=Europe/Madrid |
|
77 Managua=America/Managua |
|
78 Manila=Asia/Manila |
|
79 Melbourne=Australia/Melbourne |
|
80 Mexico_City=America/Mexico_City |
|
81 Minsk=Europe/Minsk |
|
82 Montevideo=America/Montevideo |
|
83 Montreal=America/Montreal |
|
84 Moscow=Europe/Moscow |
|
85 Nairobi=Africa/Nairobi |
|
86 Nassau=America/Nassau |
|
87 New_York=America/New_York |
|
88 Oslo=Europe/Oslo |
|
89 Paris=Europe/Paris |
|
90 Perth=Australia/Perth |
|
91 Prague=Europe/Prague |
|
92 Rangoon=Asia/Rangoon |
|
93 Reykjavik=Atlantic/Reykjavik |
|
94 Riyadh=Asia/Riyadh |
|
95 Rome=Europe/Rome |
|
96 Santiago=America/Santiago |
|
97 Santo_Domingo=America/Santo_Domingo |
|
98 Sao_Paulo=America/Sao_Paulo |
|
99 Shanghai=Asia/Shanghai |
|
100 Singapore=Asia/Singapore |
|
101 St_Johns=America/St_Johns |
|
102 Stockholm=Europe/Stockholm |
|
103 Taipei=Asia/Taipei |
|
104 Tallinn=Europe/Tallinn |
|
105 Tashkent=Asia/Tashkent |
|
106 Tegucigalpa=America/Tegucigalpa |
|
107 Tokyo=Asia/Tokyo |
|
108 Toronto=America/Toronto |
|
109 Vancouver=America/Vancouver |
|
110 Vienna=Europe/Vienna |
|
111 Vladivostok=Asia/Vladivostok |
|
112 Warsaw=Europe/Warsaw |
|
113 Winnipeg=America/Winnipeg |
|
114 Zagreb=Europe/Zagreb |
|
115 Zurich=Europe/Zurich |
|
116 |
|
117 |
|
118 // Rule 1 (Fixed date) |
|
119 // Rule 2 (Last weekday in month), tests London0001 - London0012 (both ways) |
|
120 // Rule 3 (Weekday after date), tests Auckland0001 - Auckland0012 (both ways) |
|
121 // Rule 4 (weekday before date), tests Seoul0001 - Seoul0012 (both ways) |
|
122 |
|
123 |
|
124 // Completely outside DST |
|
125 [Tirane0001] |
|
126 City=Tirane |
|
127 TimeUTC=19810120:060000 |
|
128 TimeLoc=19810120:070000 |
|
129 Convert=Both |
|
130 |
|
131 // Completely inside DST |
|
132 [Tirane0002] |
|
133 City=Tirane |
|
134 TimeUTC=19810620:060000 |
|
135 TimeLoc=19810620:080000 |
|
136 Convert=Both |
|
137 |
|
138 // Last second of year |
|
139 [Tirane0003] |
|
140 City=Tirane |
|
141 TimeUTC=19811231:225959 |
|
142 TimeLoc=19811231:235959 |
|
143 Convert=Both |
|
144 |
|
145 // First second of following year |
|
146 [Tirane0004] |
|
147 City=Tirane |
|
148 TimeUTC=19811231:230000 |
|
149 TimeLoc=19820101:000000 |
|
150 Convert=Both |
|
151 |
|
152 // Last second of ST before DST |
|
153 [Tirane0005] |
|
154 City=Tirane |
|
155 TimeUTC=19810425:225959 |
|
156 TimeLoc=19810425:235959 |
|
157 Convert=Both |
|
158 |
|
159 // First second of DST |
|
160 [Tirane0006] |
|
161 City=Tirane |
|
162 TimeUTC=19810425:230000 |
|
163 TimeLoc=19810426:010000 |
|
164 Convert=Both |
|
165 |
|
166 // Last second of DST |
|
167 [Tirane0007] |
|
168 City=Tirane |
|
169 TimeUTC=19810926:215959 |
|
170 TimeLoc=19810926:235959 |
|
171 Convert=UTC |
|
172 |
|
173 // Last second of DST |
|
174 [Tirane0007b] |
|
175 City=Tirane |
|
176 TimeUTC=19810926:215959 |
|
177 TimeLoc=19810926:235959 |
|
178 Convert=Local |
|
179 |
|
180 // First second of ST |
|
181 [Tirane0008] |
|
182 City=Tirane |
|
183 TimeUTC=19810926:220000 |
|
184 TimeLoc=19810926:230000 |
|
185 Convert=UTC |
|
186 |
|
187 // Last second of Feb 28 |
|
188 [Tirane0009] |
|
189 City=Tirane |
|
190 TimeUTC=19810228:225959 |
|
191 TimeLoc=19810228:235959 |
|
192 Convert=Both |
|
193 |
|
194 // First second of Mar 1 |
|
195 [Tirane0010] |
|
196 City=Tirane |
|
197 TimeUTC=19810228:230000 |
|
198 TimeLoc=19810301:000000 |
|
199 Convert=Both |
|
200 |
|
201 // Leap year check for Feb 29th first second |
|
202 [Tirane0011] |
|
203 City=Tirane |
|
204 TimeUTC=19800228:230000 |
|
205 TimeLoc=19800229:000000 |
|
206 Convert=Both |
|
207 |
|
208 // Leap year check for Feb 29th last second |
|
209 [Tirane0012] |
|
210 City=Tirane |
|
211 TimeUTC=19800229:225959 |
|
212 TimeLoc=19800229:235959 |
|
213 Convert=Both |
|
214 |
|
215 // Check Tirane times throughout 1984 - when rules change from Albania to EU |
|
216 [Tirane0013] |
|
217 City=Tirane |
|
218 TimeUTC=19840120:160000 |
|
219 TimeLoc=19840120:170000 |
|
220 Convert=Both |
|
221 |
|
222 [Tirane0014] |
|
223 City=Tirane |
|
224 TimeUTC=19840330:160000 |
|
225 TimeLoc=19840330:170000 |
|
226 Convert=Both |
|
227 |
|
228 [Tirane0015] |
|
229 City=Tirane |
|
230 TimeUTC=19840401:160000 |
|
231 TimeLoc=19840401:180000 |
|
232 Convert=Both |
|
233 |
|
234 [Tirane0016] |
|
235 City=Tirane |
|
236 TimeUTC=19840630:160000 |
|
237 TimeLoc=19840630:180000 |
|
238 Convert=Both |
|
239 |
|
240 [Tirane0017] |
|
241 City=Tirane |
|
242 TimeUTC=19840702:160000 |
|
243 TimeLoc=19840702:180000 |
|
244 Convert=Both |
|
245 |
|
246 [Tirane0018] |
|
247 City=Tirane |
|
248 TimeUTC=19840929:160000 |
|
249 TimeLoc=19840929:180000 |
|
250 Convert=Both |
|
251 |
|
252 [Tirane0019] |
|
253 City=Tirane |
|
254 TimeUTC=19840930:160000 |
|
255 TimeLoc=19840930:170000 |
|
256 Convert=Both |
|
257 |
|
258 [Tirane0020] |
|
259 City=Tirane |
|
260 TimeUTC=19841231:160000 |
|
261 TimeLoc=19841231:170000 |
|
262 Convert=Both |
|
263 |
|
264 // Completely outside DST |
|
265 [Tehran0001] |
|
266 City=Tehran |
|
267 TimeUTC=20030120:060000 |
|
268 TimeLoc=20030120:093000 |
|
269 Convert=Both |
|
270 |
|
271 // Completely inside DST |
|
272 [Tehran0002] |
|
273 City=Tehran |
|
274 TimeUTC=20030620:060000 |
|
275 TimeLoc=20030620:103000 |
|
276 Convert=Both |
|
277 |
|
278 // Last second of year |
|
279 [Tehran0003] |
|
280 City=Tehran |
|
281 TimeUTC=20031231:202959 |
|
282 TimeLoc=20031231:235959 |
|
283 Convert=Both |
|
284 |
|
285 // First second of following year |
|
286 [Tehran0004] |
|
287 City=Tehran |
|
288 TimeUTC=20031231:203000 |
|
289 TimeLoc=20040101:000000 |
|
290 Convert=Both |
|
291 |
|
292 // Last second of ST before DST |
|
293 [Tehran0005] |
|
294 City=Tehran |
|
295 TimeUTC=20030321:202959 |
|
296 TimeLoc=20030321:235959 |
|
297 Convert=Both |
|
298 |
|
299 // First second of DST |
|
300 [Tehran0006] |
|
301 City=Tehran |
|
302 TimeUTC=20030321:203000 |
|
303 TimeLoc=20030322:010000 |
|
304 Convert=Both |
|
305 |
|
306 // Last second of DST |
|
307 [Tehran0007] |
|
308 City=Tehran |
|
309 TimeUTC=20030921:192959 |
|
310 TimeLoc=20030921:235959 |
|
311 Convert=UTC |
|
312 |
|
313 // Last second of DST |
|
314 [Tehran0007b] |
|
315 City=Tehran |
|
316 TimeUTC=20030921:192959 |
|
317 TimeLoc=20030921:235959 |
|
318 Convert=Local |
|
319 |
|
320 // First second of ST |
|
321 [Tehran0008] |
|
322 City=Tehran |
|
323 TimeUTC=20030921:193000 |
|
324 TimeLoc=20030921:230000 |
|
325 Convert=UTC |
|
326 |
|
327 // Last second of Feb 28 |
|
328 [Tehran0009] |
|
329 City=Tehran |
|
330 TimeUTC=20030228:202959 |
|
331 TimeLoc=20030228:235959 |
|
332 Convert=Both |
|
333 |
|
334 // First second of Mar 1 |
|
335 [Tehran0010] |
|
336 City=Tehran |
|
337 TimeUTC=20030228:203000 |
|
338 TimeLoc=20030301:000000 |
|
339 Convert=Both |
|
340 |
|
341 // Leap year check for Feb 29th first second |
|
342 [Tehran0011] |
|
343 City=Tehran |
|
344 TimeUTC=20040228:203000 |
|
345 TimeLoc=20040229:000000 |
|
346 Convert=Both |
|
347 |
|
348 // Leap year check for Feb 29th last second |
|
349 [Tehran0012] |
|
350 City=Tehran |
|
351 TimeUTC=19800229:202959 |
|
352 TimeLoc=19800229:235959 |
|
353 Convert=Both |
|
354 |
|
355 |
|
356 |
|
357 // Completely outside DST |
|
358 [London0001] |
|
359 City=London |
|
360 TimeUTC=19990120:060000 |
|
361 TimeLoc=19990120:060000 |
|
362 Convert=Both |
|
363 |
|
364 // Completely inside DST |
|
365 [London0002] |
|
366 City=London |
|
367 TimeUTC=19990620:060000 |
|
368 TimeLoc=19990620:070000 |
|
369 Convert=Both |
|
370 |
|
371 // Last second of year |
|
372 [London0003] |
|
373 City=London |
|
374 TimeUTC=19991231:235959 |
|
375 TimeLoc=19991231:235959 |
|
376 Convert=Both |
|
377 |
|
378 // First second of following year |
|
379 [London0004] |
|
380 City=London |
|
381 TimeUTC=20000101:000000 |
|
382 TimeLoc=20000101:000000 |
|
383 Convert=Both |
|
384 |
|
385 // Last second of ST before DST |
|
386 [London0005] |
|
387 City=London |
|
388 TimeUTC=19990328:005959 |
|
389 TimeLoc=19990328:005959 |
|
390 Convert=Both |
|
391 |
|
392 // First second of DST |
|
393 [London0006] |
|
394 City=London |
|
395 TimeUTC=19990328:010000 |
|
396 TimeLoc=19990328:020000 |
|
397 Convert=Both |
|
398 |
|
399 // Last second of DST |
|
400 [London0007] |
|
401 City=London |
|
402 TimeUTC=19991031:005959 |
|
403 TimeLoc=19991031:015959 |
|
404 Convert=UTC |
|
405 |
|
406 [London0007b] |
|
407 City=London |
|
408 TimeUTC=19991031:005959 |
|
409 TimeLoc=19991031:015959 |
|
410 Convert=Local |
|
411 |
|
412 // First second of ST |
|
413 [London0008] |
|
414 City=London |
|
415 TimeUTC=19991031:010000 |
|
416 TimeLoc=19991031:010000 |
|
417 Convert=UTC |
|
418 |
|
419 // Last second of Feb 28 |
|
420 [London0009] |
|
421 City=London |
|
422 TimeUTC=19990228:235959 |
|
423 TimeLoc=19990228:235959 |
|
424 Convert=Both |
|
425 |
|
426 // First second of Mar 1 |
|
427 [London0010] |
|
428 City=London |
|
429 TimeUTC=19990301:000000 |
|
430 TimeLoc=19990301:000000 |
|
431 Convert=Both |
|
432 |
|
433 // Leap year (2000) check for Feb 29th first second |
|
434 [London0011] |
|
435 City=London |
|
436 TimeUTC=20000229:000000 |
|
437 TimeLoc=20000229:000000 |
|
438 Convert=Both |
|
439 |
|
440 // Leap year (2000) check for Feb 29th last second |
|
441 [London0012] |
|
442 City=London |
|
443 TimeUTC=20000229:235959 |
|
444 TimeLoc=20000229:235959 |
|
445 Convert=Both |
|
446 |
|
447 // No DST the year or previous year and offset is not standard offset |
|
448 [London0013] |
|
449 City=London |
|
450 TimeUTC=19700227:110000 |
|
451 TimeLoc=19700227:120000 |
|
452 Convert=Both |
|
453 |
|
454 |
|
455 // Completely outside DST |
|
456 [Sydney0001] |
|
457 City=Sydney |
|
458 TimeUTC=20150620:060000 |
|
459 TimeLoc=20150620:160000 |
|
460 Convert=Both |
|
461 |
|
462 // Completely inside DST |
|
463 [Sydney0002] |
|
464 City=Sydney |
|
465 TimeUTC=20150120:060000 |
|
466 TimeLoc=20150120:170000 |
|
467 Convert=Both |
|
468 |
|
469 // Last second of year |
|
470 [Sydney0003] |
|
471 City=Sydney |
|
472 TimeUTC=20151231:125959 |
|
473 TimeLoc=20151231:235959 |
|
474 Convert=Both |
|
475 |
|
476 // First second of following year |
|
477 [Sydney0004] |
|
478 City=Sydney |
|
479 TimeUTC=20151231:130000 |
|
480 TimeLoc=20160101:000000 |
|
481 Convert=Both |
|
482 |
|
483 // Last second of ST before DST |
|
484 [Sydney0005] |
|
485 City=Sydney |
|
486 TimeUTC=20151024:155959 |
|
487 TimeLoc=20151025:015959 |
|
488 Convert=Both |
|
489 |
|
490 // First second of DST |
|
491 [Sydney0006] |
|
492 City=Sydney |
|
493 TimeUTC=20151024:160000 |
|
494 TimeLoc=20151025:030000 |
|
495 Convert=Both |
|
496 |
|
497 // Last second of DST |
|
498 //DST switch should happen after this second |
|
499 //Right now the utc offset should be 11:00 |
|
500 [Sydney0007] |
|
501 City=Sydney |
|
502 TimeUTC=20150328:155959 |
|
503 TimeLoc=20150329:025959 |
|
504 Convert=UTC |
|
505 |
|
506 //DST switch should happen after this second |
|
507 //Right now the utc offset should be 11:00 |
|
508 // Last second of DST |
|
509 [Sydney0007b] |
|
510 City=Sydney |
|
511 TimeUTC=20150328:155959 |
|
512 TimeLoc=20150329:025959 |
|
513 Convert=Local |
|
514 |
|
515 // First second of ST |
|
516 [Sydney0008] |
|
517 City=Sydney |
|
518 TimeUTC=20150328:160000 |
|
519 TimeLoc=20150329:020000 |
|
520 Convert=UTC |
|
521 |
|
522 // Last second of Feb 28 |
|
523 [Sydney0009] |
|
524 City=Sydney |
|
525 TimeUTC=20150228:125959 |
|
526 TimeLoc=20150228:235959 |
|
527 Convert=Both |
|
528 |
|
529 // First second of Mar 1 |
|
530 [Sydney0010] |
|
531 City=Sydney |
|
532 TimeUTC=20150228:130000 |
|
533 TimeLoc=20150301:000000 |
|
534 Convert=Both |
|
535 |
|
536 // Leap year check for Feb 29th first second |
|
537 [Sydney0011] |
|
538 City=Sydney |
|
539 TimeUTC=20160228:130000 |
|
540 TimeLoc=20160229:000000 |
|
541 Convert=Both |
|
542 |
|
543 // Leap year check for Feb 29th last second |
|
544 [Sydney0012] |
|
545 City=Sydney |
|
546 TimeUTC=20160229:125959 |
|
547 TimeLoc=20160229:235959 |
|
548 Convert=Both |
|
549 |
|
550 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
551 [Sydney0013] |
|
552 City=Sydney |
|
553 TimeUTC=20061028:160000 |
|
554 TimeLoc=20061029:020000 |
|
555 Convert=Local |
|
556 |
|
557 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
558 [Sydney0014] |
|
559 City=Sydney |
|
560 TimeUTC=20061028:161000 |
|
561 TimeLoc=20061029:021000 |
|
562 Convert=Local |
|
563 |
|
564 // Check that southern hemisphere times at the beginning of RTz cache work |
|
565 // The system time must be a time in 2008 |
|
566 [Sydney0015] |
|
567 City=Sydney |
|
568 TimeUTC=20050215:120000 |
|
569 TimeLoc=20050215:230000 |
|
570 Convert=Both |
|
571 SystemTimeLoc=20080215:230000 |
|
572 |
|
573 |
|
574 // Completely outside DST |
|
575 [Auckland0001] |
|
576 City=Auckland |
|
577 TimeUTC=19950619:180000 |
|
578 TimeLoc=19950620:060000 |
|
579 Convert=Both |
|
580 |
|
581 // Completely inside DST |
|
582 [Auckland0002] |
|
583 City=Auckland |
|
584 TimeUTC=19950119:180000 |
|
585 TimeLoc=19950120:070000 |
|
586 Convert=Both |
|
587 |
|
588 // Last second of year |
|
589 [Auckland0003] |
|
590 City=Auckland |
|
591 TimeUTC=19951231:105959 |
|
592 TimeLoc=19951231:235959 |
|
593 Convert=Both |
|
594 |
|
595 // First second of following year |
|
596 [Auckland0004] |
|
597 City=Auckland |
|
598 TimeUTC=19951231:110000 |
|
599 TimeLoc=19960101:000000 |
|
600 Convert=Both |
|
601 |
|
602 // Last second of ST before DST |
|
603 [Auckland0005] |
|
604 City=Auckland |
|
605 TimeUTC=19950930:135959 |
|
606 TimeLoc=19951001:015959 |
|
607 Convert=Both |
|
608 |
|
609 // First second of DST |
|
610 [Auckland0006] |
|
611 City=Auckland |
|
612 TimeUTC=19950930:140000 |
|
613 TimeLoc=19951001:030000 |
|
614 Convert=Both |
|
615 |
|
616 // Last second of DST |
|
617 [Auckland0007] |
|
618 City=Auckland |
|
619 TimeUTC=19950318:135959 |
|
620 TimeLoc=19950319:025959 |
|
621 Convert=UTC |
|
622 |
|
623 // Last second of DST |
|
624 [Auckland0007b] |
|
625 City=Auckland |
|
626 TimeUTC=19950318:135959 |
|
627 TimeLoc=19950319:025959 |
|
628 Convert=Local |
|
629 |
|
630 // First second of ST |
|
631 [Auckland0008] |
|
632 City=Auckland |
|
633 TimeUTC=19950318:140000 |
|
634 TimeLoc=19950319:020000 |
|
635 Convert=UTC |
|
636 |
|
637 // Last second of Feb 28 |
|
638 [Auckland0009] |
|
639 City=Auckland |
|
640 TimeUTC=19950228:105959 |
|
641 TimeLoc=19950228:235959 |
|
642 Convert=Both |
|
643 |
|
644 // First second of Mar 1 |
|
645 [Auckland0010] |
|
646 City=Auckland |
|
647 TimeUTC=19950228:110000 |
|
648 TimeLoc=19950301:000000 |
|
649 Convert=Both |
|
650 |
|
651 // Leap year check for Feb 29th first second |
|
652 [Auckland0011] |
|
653 City=Auckland |
|
654 TimeUTC=19960228:110000 |
|
655 TimeLoc=19960229:000000 |
|
656 Convert=Both |
|
657 |
|
658 // Leap year check for Feb 29th last second |
|
659 [Auckland0012] |
|
660 City=Auckland |
|
661 TimeUTC=19960229:105959 |
|
662 TimeLoc=19960229:235959 |
|
663 Convert=Both |
|
664 |
|
665 |
|
666 |
|
667 // Completely outside DST |
|
668 [Stanley0001] |
|
669 City=Stanley |
|
670 TimeUTC=19910620:060000 |
|
671 TimeLoc=19910620:020000 |
|
672 Convert=Both |
|
673 |
|
674 // Completely inside DST |
|
675 [Stanley0002] |
|
676 City=Stanley |
|
677 TimeUTC=19910120:060000 |
|
678 TimeLoc=19910120:030000 |
|
679 Convert=Both |
|
680 |
|
681 // Last second of year |
|
682 [Stanley0003] |
|
683 City=Stanley |
|
684 TimeUTC=19920101:025959 |
|
685 TimeLoc=19911231:235959 |
|
686 Convert=Both |
|
687 |
|
688 // First second of following year |
|
689 [Stanley0004] |
|
690 City=Stanley |
|
691 TimeUTC=19920101:030000 |
|
692 TimeLoc=19920101:000000 |
|
693 Convert=Both |
|
694 |
|
695 // Last second of ST before DST |
|
696 [Stanley0005] |
|
697 City=Stanley |
|
698 TimeUTC=19910915:035959 |
|
699 TimeLoc=19910914:235959 |
|
700 Convert=Both |
|
701 |
|
702 // First second of DST |
|
703 [Stanley0006] |
|
704 City=Stanley |
|
705 TimeUTC=19910915:040000 |
|
706 TimeLoc=19910915:010000 |
|
707 Convert=Both |
|
708 |
|
709 // Last second of DST |
|
710 [Stanley0007] |
|
711 City=Stanley |
|
712 TimeUTC=19910421:025959 |
|
713 TimeLoc=19910420:235959 |
|
714 Convert=UTC |
|
715 |
|
716 // Last second of DST |
|
717 [Stanley0007b] |
|
718 City=Stanley |
|
719 TimeUTC=19910421:025959 |
|
720 TimeLoc=19910420:235959 |
|
721 Convert=Local |
|
722 |
|
723 // First second of ST |
|
724 [Stanley0008] |
|
725 City=Stanley |
|
726 TimeUTC=19910421:020000 |
|
727 TimeLoc=19910420:230000 |
|
728 Convert=UTC |
|
729 |
|
730 // Last second of Feb 28 |
|
731 [Stanley0009] |
|
732 City=Stanley |
|
733 TimeUTC=19910301:025959 |
|
734 TimeLoc=19910228:235959 |
|
735 Convert=Both |
|
736 |
|
737 // First second of Mar 1 |
|
738 [Stanley0010] |
|
739 City=Stanley |
|
740 TimeUTC=19910301:030000 |
|
741 TimeLoc=19910301:000000 |
|
742 Convert=Both |
|
743 |
|
744 // Leap year check for Feb 29th first second |
|
745 [Stanley0011] |
|
746 City=Stanley |
|
747 TimeUTC=19920229:030000 |
|
748 TimeLoc=19920229:000000 |
|
749 Convert=Both |
|
750 |
|
751 // Leap year check for Feb 29th last second |
|
752 [Stanley0012] |
|
753 City=Stanley |
|
754 TimeUTC=19920301:025959 |
|
755 TimeLoc=19920229:235959 |
|
756 Convert=Both |
|
757 |
|
758 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
759 [Stanley0013] |
|
760 City=Stanley |
|
761 TimeUTC=20060903:060000 |
|
762 TimeLoc=20060903:020000 |
|
763 Convert=Local |
|
764 |
|
765 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
766 [Stanley0014] |
|
767 City=Stanley |
|
768 TimeUTC=20060903:061000 |
|
769 TimeLoc=20060903:021000 |
|
770 Convert=Local |
|
771 |
|
772 |
|
773 // Completely outside DST |
|
774 [Seoul0001] |
|
775 City=Seoul |
|
776 TimeUTC=19870120:060000 |
|
777 TimeLoc=19870120:150000 |
|
778 Convert=Both |
|
779 |
|
780 // Completely inside DST |
|
781 [Seoul0002] |
|
782 City=Seoul |
|
783 TimeUTC=19870620:060000 |
|
784 TimeLoc=19870620:160000 |
|
785 Convert=Both |
|
786 |
|
787 // Last second of year |
|
788 [Seoul0003] |
|
789 City=Seoul |
|
790 TimeUTC=19871231:145959 |
|
791 TimeLoc=19871231:235959 |
|
792 Convert=Both |
|
793 |
|
794 // First second of following year |
|
795 [Seoul0004] |
|
796 City=Seoul |
|
797 TimeUTC=19871231:150000 |
|
798 TimeLoc=19880101:000000 |
|
799 Convert=Both |
|
800 |
|
801 // Last second of ST before DST |
|
802 [Seoul0005] |
|
803 City=Seoul |
|
804 TimeUTC=19870509:145959 |
|
805 TimeLoc=19870509:235959 |
|
806 Convert=Both |
|
807 |
|
808 // First second of DST |
|
809 [Seoul0006] |
|
810 City=Seoul |
|
811 TimeUTC=19870509:150000 |
|
812 TimeLoc=19870510:010000 |
|
813 Convert=Both |
|
814 |
|
815 // Last second of DST |
|
816 [Seoul0007] |
|
817 City=Seoul |
|
818 TimeUTC=19871010:135959 |
|
819 TimeLoc=19871010:235959 |
|
820 Convert=UTC |
|
821 |
|
822 // Last second of DST |
|
823 [Seoul0007b] |
|
824 City=Seoul |
|
825 TimeUTC=19871010:135959 |
|
826 TimeLoc=19871010:235959 |
|
827 Convert=Local |
|
828 |
|
829 // First second of ST |
|
830 [Seoul0008] |
|
831 City=Seoul |
|
832 TimeUTC=19871010:140000 |
|
833 TimeLoc=19871010:230000 |
|
834 Convert=UTC |
|
835 |
|
836 // Last second of Feb 28 |
|
837 [Seoul0009] |
|
838 City=Seoul |
|
839 TimeUTC=19870228:145959 |
|
840 TimeLoc=19870228:235959 |
|
841 Convert=Both |
|
842 |
|
843 // First second of Mar 1 |
|
844 [Seoul0010] |
|
845 City=Seoul |
|
846 TimeUTC=19870228:150000 |
|
847 TimeLoc=19870301:000000 |
|
848 Convert=Both |
|
849 |
|
850 // Leap year check for Feb 29th first second |
|
851 [Seoul0011] |
|
852 City=Seoul |
|
853 TimeUTC=19880228:150000 |
|
854 TimeLoc=19880229:000000 |
|
855 Convert=Both |
|
856 |
|
857 // Leap year check for Feb 29th last second |
|
858 [Seoul0012] |
|
859 City=Seoul |
|
860 TimeUTC=19880229:145959 |
|
861 TimeLoc=19880229:235959 |
|
862 Convert=Both |
|
863 |
|
864 |
|
865 |
|
866 // Completely outside DST |
|
867 [Sofia0001] |
|
868 City=Sofia |
|
869 TimeUTC=19810120:060000 |
|
870 TimeLoc=19810120:080000 |
|
871 Convert=Both |
|
872 |
|
873 // Completely inside DST |
|
874 [Sofia0002] |
|
875 City=Sofia |
|
876 TimeUTC=19810620:060000 |
|
877 TimeLoc=19810620:090000 |
|
878 Convert=Both |
|
879 |
|
880 // Last second of year |
|
881 [Sofia0003] |
|
882 City=Sofia |
|
883 TimeUTC=19811231:215959 |
|
884 TimeLoc=19811231:235959 |
|
885 Convert=Both |
|
886 |
|
887 // First second of following year |
|
888 [Sofia0004] |
|
889 City=Sofia |
|
890 TimeUTC=19811231:220000 |
|
891 TimeLoc=19820101:000000 |
|
892 Convert=Both |
|
893 |
|
894 // Last second of ST before DST |
|
895 [Sofia0005] |
|
896 City=Sofia |
|
897 TimeUTC=19810404:205959 |
|
898 TimeLoc=19810404:225959 |
|
899 Convert=Both |
|
900 |
|
901 // First second of DST |
|
902 [Sofia0006] |
|
903 City=Sofia |
|
904 TimeUTC=19810404:210000 |
|
905 TimeLoc=19810405:000000 |
|
906 Convert=Both |
|
907 |
|
908 // Last second of DST |
|
909 [Sofia0007] |
|
910 City=Sofia |
|
911 TimeUTC=19810926:225959 |
|
912 TimeLoc=19810927:015959 |
|
913 Convert=UTC |
|
914 |
|
915 // Last second of DST |
|
916 [Sofia0007b] |
|
917 City=Sofia |
|
918 TimeUTC=19810926:225959 |
|
919 TimeLoc=19810927:015959 |
|
920 Convert=Local |
|
921 |
|
922 // First second of ST |
|
923 [Sofia0008] |
|
924 City=Sofia |
|
925 TimeUTC=19810926:230000 |
|
926 TimeLoc=19810927:010000 |
|
927 Convert=UTC |
|
928 |
|
929 // Last second of Feb 28 |
|
930 [Sofia0009] |
|
931 City=Sofia |
|
932 TimeUTC=19810228:215959 |
|
933 TimeLoc=19810228:235959 |
|
934 Convert=Both |
|
935 |
|
936 // First second of Mar 1 |
|
937 [Sofia0010] |
|
938 City=Sofia |
|
939 TimeUTC=19810228:220000 |
|
940 TimeLoc=19810301:000000 |
|
941 Convert=Both |
|
942 |
|
943 // Leap year check for Feb 29th first second |
|
944 [Sofia0011] |
|
945 City=Sofia |
|
946 TimeUTC=19800228:220000 |
|
947 TimeLoc=19800229:000000 |
|
948 Convert=Both |
|
949 |
|
950 // Leap year check for Feb 29th last second |
|
951 [Sofia0012] |
|
952 City=Sofia |
|
953 TimeUTC=19800229:215959 |
|
954 TimeLoc=19800229:235959 |
|
955 Convert=Both |
|
956 |
|
957 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
958 [Sofia0013] |
|
959 City=Sofia |
|
960 TimeUTC=20060326:010000 |
|
961 TimeLoc=20060326:030000 |
|
962 Convert=Local |
|
963 |
|
964 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
965 [Sofia0014] |
|
966 City=Sofia |
|
967 TimeUTC=20060326:011000 |
|
968 TimeLoc=20060326:031000 |
|
969 Convert=Local |
|
970 |
|
971 |
|
972 // Completely outside DST |
|
973 [Chicago0001] |
|
974 City=Chicago |
|
975 TimeUTC=19870120:060000 |
|
976 TimeLoc=19870120:000000 |
|
977 Convert=Both |
|
978 |
|
979 // Completely inside DST |
|
980 [Chicago0002] |
|
981 City=Chicago |
|
982 TimeUTC=19870620:060000 |
|
983 TimeLoc=19870620:010000 |
|
984 Convert=Both |
|
985 |
|
986 // Last second of year |
|
987 [Chicago0003] |
|
988 City=Chicago |
|
989 TimeUTC=19880101:055959 |
|
990 TimeLoc=19871231:235959 |
|
991 Convert=Both |
|
992 |
|
993 // First second of following year |
|
994 [Chicago0004] |
|
995 City=Chicago |
|
996 TimeUTC=19880101:060000 |
|
997 TimeLoc=19880101:000000 |
|
998 Convert=Both |
|
999 |
|
1000 // Last second of ST before DST |
|
1001 [Chicago0005] |
|
1002 City=Chicago |
|
1003 TimeUTC=19870405:075959 |
|
1004 TimeLoc=19870405:015959 |
|
1005 Convert=Both |
|
1006 |
|
1007 // First second of DST |
|
1008 [Chicago0006] |
|
1009 City=Chicago |
|
1010 TimeUTC=19870405:080000 |
|
1011 TimeLoc=19870405:030000 |
|
1012 Convert=Both |
|
1013 |
|
1014 // Last second of DST |
|
1015 [Chicago0007] |
|
1016 City=Chicago |
|
1017 TimeUTC=19870925:065959 |
|
1018 TimeLoc=19870925:015959 |
|
1019 Convert=UTC |
|
1020 |
|
1021 // Last second of DST |
|
1022 [Chicago0007b] |
|
1023 City=Chicago |
|
1024 TimeUTC=19870925:065959 |
|
1025 TimeLoc=19870925:015959 |
|
1026 Convert=Local |
|
1027 |
|
1028 // First second of ST |
|
1029 [Chicago0008] |
|
1030 City=Chicago |
|
1031 TimeUTC=19870925:070000 |
|
1032 TimeLoc=19870925:020000 |
|
1033 Convert=UTC |
|
1034 |
|
1035 // Last second of Feb 28 |
|
1036 [Chicago0009] |
|
1037 City=Chicago |
|
1038 TimeUTC=19870301:055959 |
|
1039 TimeLoc=19870228:235959 |
|
1040 Convert=Both |
|
1041 |
|
1042 // First second of Mar 1 |
|
1043 [Chicago0010] |
|
1044 City=Chicago |
|
1045 TimeUTC=19870301:060000 |
|
1046 TimeLoc=19870301:000000 |
|
1047 Convert=Both |
|
1048 |
|
1049 // Leap year check for Feb 29th first second |
|
1050 [Chicago0011] |
|
1051 City=Chicago |
|
1052 TimeUTC=19880229:060000 |
|
1053 TimeLoc=19880229:000000 |
|
1054 Convert=Both |
|
1055 |
|
1056 // Leap year check for Feb 29th last second |
|
1057 [Chicago0012] |
|
1058 City=Chicago |
|
1059 TimeUTC=19880301:055959 |
|
1060 TimeLoc=19880229:235959 |
|
1061 Convert=Both |
|
1062 |
|
1063 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
1064 [Chicago0013] |
|
1065 City=Chicago |
|
1066 TimeUTC=20060402:080000 |
|
1067 TimeLoc=20060402:020000 |
|
1068 Convert=Local |
|
1069 |
|
1070 // Check time in invalid hour is mapped using the previous rule (i.e. the non-DST rule) |
|
1071 [Chicago0014] |
|
1072 City=Chicago |
|
1073 TimeUTC=20060402:081000 |
|
1074 TimeLoc=20060402:021000 |
|
1075 Convert=Local |
|
1076 |
|
1077 |
|
1078 // Completely outside DST |
|
1079 [Chicago0001] |
|
1080 City=Chicago |
|
1081 TimeUTC=19870120:060000 |
|
1082 TimeLoc=19870120:000000 |
|
1083 Convert=Both |
|
1084 |
|
1085 // Completely inside DST |
|
1086 [Chicago0002] |
|
1087 City=Chicago |
|
1088 TimeUTC=19870620:060000 |
|
1089 TimeLoc=19870620:010000 |
|
1090 Convert=Both |
|
1091 |
|
1092 // Last second of year |
|
1093 [Chicago0003] |
|
1094 City=Chicago |
|
1095 TimeUTC=19880101:055959 |
|
1096 TimeLoc=19871231:235959 |
|
1097 Convert=Both |
|
1098 |
|
1099 // First second of following year |
|
1100 [Chicago0004] |
|
1101 City=Chicago |
|
1102 TimeUTC=19880101:060000 |
|
1103 TimeLoc=19880101:000000 |
|
1104 Convert=Both |
|
1105 |
|
1106 // Last second of ST before DST |
|
1107 [Chicago0005] |
|
1108 City=Chicago |
|
1109 TimeUTC=19870405:075959 |
|
1110 TimeLoc=19870405:015959 |
|
1111 Convert=Both |
|
1112 |
|
1113 // First second of DST |
|
1114 [Chicago0006] |
|
1115 City=Chicago |
|
1116 TimeUTC=19870405:080000 |
|
1117 TimeLoc=19870405:030000 |
|
1118 Convert=Both |
|
1119 |
|
1120 // Last second of DST |
|
1121 [Chicago0007] |
|
1122 City=Chicago |
|
1123 TimeUTC=19870925:065959 |
|
1124 TimeLoc=19870925:015959 |
|
1125 Convert=UTC |
|
1126 |
|
1127 // Last second of DST |
|
1128 [Chicago0007b] |
|
1129 City=Chicago |
|
1130 TimeUTC=19870925:065959 |
|
1131 TimeLoc=19870925:015959 |
|
1132 Convert=Local |
|
1133 |
|
1134 // First second of ST |
|
1135 [Chicago0008] |
|
1136 City=Chicago |
|
1137 TimeUTC=19870925:070000 |
|
1138 TimeLoc=19870925:010000 |
|
1139 Convert=Both |
|
1140 |
|
1141 // Last second of Feb 28 |
|
1142 [Chicago0009] |
|
1143 City=Chicago |
|
1144 TimeUTC=19870301:055959 |
|
1145 TimeLoc=19870228:235959 |
|
1146 Convert=Both |
|
1147 |
|
1148 // First second of Mar 1 |
|
1149 [Chicago0010] |
|
1150 City=Chicago |
|
1151 TimeUTC=19870301:060000 |
|
1152 TimeLoc=19870301:000000 |
|
1153 Convert=Both |
|
1154 |
|
1155 // Leap year check for Feb 29th first second |
|
1156 [Chicago0011] |
|
1157 City=Chicago |
|
1158 TimeUTC=19880229:060000 |
|
1159 TimeLoc=19880229:000000 |
|
1160 Convert=Both |
|
1161 |
|
1162 // Leap year check for Feb 29th last second |
|
1163 [Chicago0012] |
|
1164 City=Chicago |
|
1165 TimeUTC=19880301:055959 |
|
1166 TimeLoc=19880229:235959 |
|
1167 Convert=Both |
|
1168 |
|
1169 |
|
1170 // Newly added teststeps to increase coverage of test. |
|
1171 // JamesCl 20051005:143500 |
|
1172 |
|
1173 // Straight conversion test |
|
1174 [Addis_Ababa001] |
|
1175 City=Addis_Ababa |
|
1176 TimeUTC=20051005:101400 |
|
1177 TimeLoc=20051005:131400 |
|
1178 Convert=Both |
|
1179 |
|
1180 // Straight conversion test |
|
1181 [Adelaide001] |
|
1182 City=Adelaide |
|
1183 TimeUTC=20051005:101400 |
|
1184 TimeLoc=20051005:194400 |
|
1185 Convert=Both |
|
1186 |
|
1187 // Straight conversion test |
|
1188 [Aden001] |
|
1189 City=Aden |
|
1190 TimeUTC=20051005:101400 |
|
1191 TimeLoc=20051005:131400 |
|
1192 Convert=Both |
|
1193 |
|
1194 // Straight conversion test |
|
1195 [Algiers001] |
|
1196 City=Algiers |
|
1197 TimeUTC=20051005:101400 |
|
1198 TimeLoc=20051005:111400 |
|
1199 Convert=Both |
|
1200 |
|
1201 // Straight conversion test |
|
1202 [Amman001] |
|
1203 City=Amman |
|
1204 TimeUTC=20051005:101400 |
|
1205 TimeLoc=20051005:121400 |
|
1206 Convert=Both |
|
1207 |
|
1208 // Straight conversion test |
|
1209 [Amsterdam001] |
|
1210 City=Amsterdam |
|
1211 TimeUTC=20051005:101400 |
|
1212 TimeLoc=20051005:121400 |
|
1213 Convert=Both |
|
1214 |
|
1215 // Straight conversion test |
|
1216 [Anadyr001] |
|
1217 City=Anadyr |
|
1218 TimeUTC=20051005:101400 |
|
1219 TimeLoc=20051005:231400 |
|
1220 Convert=Both |
|
1221 |
|
1222 // Straight conversion test |
|
1223 [Anchorage001] |
|
1224 City=Anchorage |
|
1225 TimeUTC=20051005:101400 |
|
1226 TimeLoc=20051005:021400 |
|
1227 Convert=Both |
|
1228 |
|
1229 // Straight conversion test |
|
1230 [Antananarivo001] |
|
1231 City=Antananarivo |
|
1232 TimeUTC=20051005:101400 |
|
1233 TimeLoc=20051005:131400 |
|
1234 Convert=Both |
|
1235 |
|
1236 // Straight conversion test |
|
1237 [Asuncion001] |
|
1238 City=Asuncion |
|
1239 TimeUTC=20051016:101400 |
|
1240 TimeLoc=20051016:071400 |
|
1241 Convert=Both |
|
1242 |
|
1243 // Straight conversion test |
|
1244 [Athens001] |
|
1245 City=Athens |
|
1246 TimeUTC=20051005:101400 |
|
1247 TimeLoc=20051005:131400 |
|
1248 Convert=Both |
|
1249 |
|
1250 // Straight conversion test |
|
1251 [Baghdad001] |
|
1252 City=Baghdad |
|
1253 TimeUTC=20051005:101400 |
|
1254 TimeLoc=20051005:131400 |
|
1255 Convert=Both |
|
1256 |
|
1257 // Straight conversion test |
|
1258 [Bangkok001] |
|
1259 City=Bangkok |
|
1260 TimeUTC=20051005:101400 |
|
1261 TimeLoc=20051005:171400 |
|
1262 Convert=Both |
|
1263 |
|
1264 // Straight conversion test |
|
1265 [Beirut001] |
|
1266 City=Beirut |
|
1267 TimeUTC=20051005:101400 |
|
1268 TimeLoc=20051005:131400 |
|
1269 Convert=Both |
|
1270 |
|
1271 // Straight conversion test |
|
1272 [Belgrade001] |
|
1273 City=Belgrade |
|
1274 TimeUTC=20051005:101400 |
|
1275 TimeLoc=20051005:121400 |
|
1276 Convert=Both |
|
1277 |
|
1278 // Straight conversion test |
|
1279 [Berlin001] |
|
1280 City=Berlin |
|
1281 TimeUTC=20051005:101400 |
|
1282 TimeLoc=20051005:121400 |
|
1283 Convert=Both |
|
1284 |
|
1285 // Straight conversion test |
|
1286 [Bogota001] |
|
1287 City=Bogota |
|
1288 TimeUTC=20051005:101400 |
|
1289 TimeLoc=20051005:051400 |
|
1290 Convert=Both |
|
1291 |
|
1292 // Straight conversion test |
|
1293 [Brisbane001] |
|
1294 City=Brisbane |
|
1295 TimeUTC=20051005:101400 |
|
1296 TimeLoc=20051005:201400 |
|
1297 Convert=Both |
|
1298 |
|
1299 // Straight conversion test |
|
1300 [Brussels001] |
|
1301 City=Brussels |
|
1302 TimeUTC=20051005:101400 |
|
1303 TimeLoc=20051005:121400 |
|
1304 Convert=Both |
|
1305 |
|
1306 // Straight conversion test |
|
1307 [Bucharest001] |
|
1308 City=Bucharest |
|
1309 TimeUTC=20051005:101400 |
|
1310 TimeLoc=20051005:131400 |
|
1311 Convert=Both |
|
1312 |
|
1313 // Straight conversion test |
|
1314 [Budapest001] |
|
1315 City=Budapest |
|
1316 TimeUTC=20051005:101400 |
|
1317 TimeLoc=20051005:121400 |
|
1318 Convert=Both |
|
1319 |
|
1320 // Straight conversion test |
|
1321 [Buenos_Aires001] |
|
1322 City=Buenos_Aires |
|
1323 TimeUTC=20051005:101400 |
|
1324 TimeLoc=20051005:071400 |
|
1325 Convert=Both |
|
1326 |
|
1327 // Straight conversion test |
|
1328 [Cairo001] |
|
1329 City=Cairo |
|
1330 TimeUTC=20051005:101400 |
|
1331 TimeLoc=20051005:121400 |
|
1332 Convert=Both |
|
1333 |
|
1334 // Straight conversion test |
|
1335 [Canberra001] |
|
1336 City=Canberra |
|
1337 TimeUTC=20051005:101400 |
|
1338 TimeLoc=20051005:201400 |
|
1339 Convert=Both |
|
1340 |
|
1341 // Straight conversion test |
|
1342 [Caracas001] |
|
1343 City=Caracas |
|
1344 TimeUTC=20051005:101400 |
|
1345 TimeLoc=20051005:061400 |
|
1346 Convert=Both |
|
1347 |
|
1348 // Straight conversion test |
|
1349 [Casablanca001] |
|
1350 City=Casablanca |
|
1351 TimeUTC=20051005:101400 |
|
1352 TimeLoc=20051005:101400 |
|
1353 Convert=Both |
|
1354 |
|
1355 // Straight conversion test |
|
1356 [Chatham001] |
|
1357 City=Chatham |
|
1358 TimeUTC=20051005:101400 |
|
1359 TimeLoc=20051005:235900 |
|
1360 Convert=Both |
|
1361 |
|
1362 // Straight conversion test |
|
1363 [Copenhagen001] |
|
1364 City=Copenhagen |
|
1365 TimeUTC=20051005:101400 |
|
1366 TimeLoc=20051005:121400 |
|
1367 Convert=Both |
|
1368 |
|
1369 // Straight conversion test |
|
1370 [Darwin001] |
|
1371 City=Darwin |
|
1372 TimeUTC=20051005:101400 |
|
1373 TimeLoc=20051005:194400 |
|
1374 Convert=Both |
|
1375 |
|
1376 // Straight conversion test |
|
1377 [Denver001] |
|
1378 City=Denver |
|
1379 TimeUTC=20051005:101400 |
|
1380 TimeLoc=20051005:041400 |
|
1381 Convert=Both |
|
1382 |
|
1383 // Straight conversion test |
|
1384 [Detroit001] |
|
1385 City=Detroit |
|
1386 TimeUTC=20051005:101400 |
|
1387 TimeLoc=20051005:061400 |
|
1388 Convert=Both |
|
1389 |
|
1390 // Straight conversion test |
|
1391 [Dhaka001] |
|
1392 City=Dhaka |
|
1393 TimeUTC=20051005:101400 |
|
1394 TimeLoc=20051005:161400 |
|
1395 Convert=Both |
|
1396 |
|
1397 // Straight conversion test |
|
1398 [Dublin001] |
|
1399 City=Dublin |
|
1400 TimeUTC=20051005:101400 |
|
1401 TimeLoc=20051005:111400 |
|
1402 Convert=Both |
|
1403 |
|
1404 // Straight conversion test |
|
1405 [Edmonton001] |
|
1406 City=Edmonton |
|
1407 TimeUTC=20051005:101400 |
|
1408 TimeLoc=20051005:041400 |
|
1409 Convert=Both |
|
1410 |
|
1411 // Straight conversion test |
|
1412 [El_Salvador001] |
|
1413 City=El_Salvador |
|
1414 TimeUTC=20051005:101400 |
|
1415 TimeLoc=20051005:041400 |
|
1416 Convert=Both |
|
1417 |
|
1418 // Straight conversion test |
|
1419 [Fiji001] |
|
1420 City=Fiji |
|
1421 TimeUTC=20051005:101400 |
|
1422 TimeLoc=20051005:221400 |
|
1423 Convert=Both |
|
1424 |
|
1425 // Straight conversion test |
|
1426 [Guatemala001] |
|
1427 City=Guatemala |
|
1428 TimeUTC=20051005:101400 |
|
1429 TimeLoc=20051005:041400 |
|
1430 Convert=Both |
|
1431 |
|
1432 // Straight conversion test |
|
1433 [Halifax001] |
|
1434 City=Halifax |
|
1435 TimeUTC=20051005:101400 |
|
1436 TimeLoc=20051005:071400 |
|
1437 Convert=Both |
|
1438 |
|
1439 // Straight conversion test |
|
1440 [Harare001] |
|
1441 City=Harare |
|
1442 TimeUTC=20051005:101400 |
|
1443 TimeLoc=20051005:121400 |
|
1444 Convert=Both |
|
1445 |
|
1446 // Straight conversion test |
|
1447 [Havana001] |
|
1448 City=Havana |
|
1449 TimeUTC=20051005:101400 |
|
1450 TimeLoc=20051005:061400 |
|
1451 Convert=Both |
|
1452 |
|
1453 // Straight conversion test |
|
1454 [Helsinki001] |
|
1455 City=Helsinki |
|
1456 TimeUTC=20051005:101400 |
|
1457 TimeLoc=20051005:131400 |
|
1458 Convert=Both |
|
1459 |
|
1460 // Straight conversion test |
|
1461 [Hong_Kong001] |
|
1462 City=Hong_Kong |
|
1463 TimeUTC=20051005:101400 |
|
1464 TimeLoc=20051005:181400 |
|
1465 Convert=Both |
|
1466 |
|
1467 // Straight conversion test |
|
1468 [Honolulu001] |
|
1469 City=Honolulu |
|
1470 TimeUTC=20051005:101400 |
|
1471 TimeLoc=20051005:001400 |
|
1472 Convert=Both |
|
1473 |
|
1474 // test historical data |
|
1475 [Honolulu002] |
|
1476 City=Honolulu |
|
1477 TimeUTC=19470105:162700 |
|
1478 TimeLoc=19470105:055700 |
|
1479 Convert=Both |
|
1480 |
|
1481 // test historical data |
|
1482 [Honolulu003] |
|
1483 City=Honolulu |
|
1484 TimeUTC=19471005:162700 |
|
1485 TimeLoc=19471005:062700 |
|
1486 Convert=Both |
|
1487 |
|
1488 // Straight conversion test |
|
1489 [Indianapolis001] |
|
1490 City=Indianapolis |
|
1491 TimeUTC=20051005:101400 |
|
1492 TimeLoc=20051005:051400 |
|
1493 Convert=Both |
|
1494 |
|
1495 // Straight conversion test |
|
1496 [Istanbul001] |
|
1497 City=Istanbul |
|
1498 TimeUTC=20051005:101400 |
|
1499 TimeLoc=20051005:131400 |
|
1500 Convert=Both |
|
1501 |
|
1502 // Straight conversion test |
|
1503 [Jakarta001] |
|
1504 City=Jakarta |
|
1505 TimeUTC=20051005:101400 |
|
1506 TimeLoc=20051005:171400 |
|
1507 Convert=Both |
|
1508 |
|
1509 // Straight conversion test |
|
1510 [Jamaica001] |
|
1511 City=Jamaica |
|
1512 TimeUTC=20051005:101400 |
|
1513 TimeLoc=20051005:051400 |
|
1514 Convert=Both |
|
1515 |
|
1516 // Straight conversion test |
|
1517 [Johannesburg001] |
|
1518 City=Johannesburg |
|
1519 TimeUTC=20051005:101400 |
|
1520 TimeLoc=20051005:121400 |
|
1521 Convert=Both |
|
1522 |
|
1523 // Straight conversion test |
|
1524 [Kabul001] |
|
1525 City=Kabul |
|
1526 TimeUTC=20051005:101400 |
|
1527 TimeLoc=20051005:144400 |
|
1528 Convert=Both |
|
1529 |
|
1530 // Straight conversion test |
|
1531 [Kamchatka001] |
|
1532 City=Kamchatka |
|
1533 TimeUTC=20051005:101400 |
|
1534 TimeLoc=20051005:231400 |
|
1535 Convert=Both |
|
1536 |
|
1537 // Straight conversion test |
|
1538 [Karachi001] |
|
1539 City=Karachi |
|
1540 TimeUTC=20051005:101400 |
|
1541 TimeLoc=20051005:151400 |
|
1542 Convert=Both |
|
1543 |
|
1544 // Straight conversion test |
|
1545 [Katmandu001] |
|
1546 City=Katmandu |
|
1547 TimeUTC=20051005:101400 |
|
1548 TimeLoc=20051005:155900 |
|
1549 Convert=Both |
|
1550 |
|
1551 // Straight conversion test |
|
1552 [Khartoum001] |
|
1553 City=Khartoum |
|
1554 TimeUTC=20051005:101400 |
|
1555 TimeLoc=20051005:131400 |
|
1556 Convert=Both |
|
1557 |
|
1558 // Straight conversion test |
|
1559 [Kiritimati001] |
|
1560 City=Kiritimati |
|
1561 TimeUTC=20051005:101400 |
|
1562 TimeLoc=20051006:001400 |
|
1563 Convert=Both |
|
1564 |
|
1565 // Straight conversion test |
|
1566 [Kuala_Lumpur001] |
|
1567 City=Kuala_Lumpur |
|
1568 TimeUTC=20051005:101400 |
|
1569 TimeLoc=20051005:181400 |
|
1570 Convert=Both |
|
1571 |
|
1572 // Straight conversion test |
|
1573 [Kuwait001] |
|
1574 City=Kuwait |
|
1575 TimeUTC=20051005:101400 |
|
1576 TimeLoc=20051005:131400 |
|
1577 Convert=Both |
|
1578 |
|
1579 // Straight conversion test |
|
1580 [La_Paz001] |
|
1581 City=La_Paz |
|
1582 TimeUTC=20051005:101400 |
|
1583 TimeLoc=20051005:061400 |
|
1584 Convert=Both |
|
1585 |
|
1586 // Straight conversion test |
|
1587 [Lagos001] |
|
1588 City=Lagos |
|
1589 TimeUTC=20051005:101400 |
|
1590 TimeLoc=20051005:111400 |
|
1591 Convert=Both |
|
1592 |
|
1593 // Straight conversion test |
|
1594 [Lima001] |
|
1595 City=Lima |
|
1596 TimeUTC=20051005:101400 |
|
1597 TimeLoc=20051005:051400 |
|
1598 Convert=Both |
|
1599 |
|
1600 // Straight conversion test |
|
1601 [Lisbon001] |
|
1602 City=Lisbon |
|
1603 TimeUTC=20051005:101400 |
|
1604 TimeLoc=20051005:111400 |
|
1605 Convert=Both |
|
1606 |
|
1607 // Straight conversion test |
|
1608 [Los_Angeles001] |
|
1609 City=Los_Angeles |
|
1610 TimeUTC=20051005:101400 |
|
1611 TimeLoc=20051005:031400 |
|
1612 Convert=Both |
|
1613 |
|
1614 // Straight conversion test |
|
1615 [Madrid001] |
|
1616 City=Madrid |
|
1617 TimeUTC=20051005:101400 |
|
1618 TimeLoc=20051005:121400 |
|
1619 Convert=Both |
|
1620 |
|
1621 // Straight conversion test |
|
1622 [Managua001] |
|
1623 City=Managua |
|
1624 TimeUTC=20051005:101400 |
|
1625 TimeLoc=20051005:041400 |
|
1626 Convert=Both |
|
1627 |
|
1628 // Straight conversion test |
|
1629 [Manila001] |
|
1630 City=Manila |
|
1631 TimeUTC=20051005:101400 |
|
1632 TimeLoc=20051005:181400 |
|
1633 Convert=Both |
|
1634 |
|
1635 // Straight conversion test |
|
1636 [Melbourne001] |
|
1637 City=Melbourne |
|
1638 TimeUTC=20051005:101400 |
|
1639 TimeLoc=20051005:201400 |
|
1640 Convert=Both |
|
1641 |
|
1642 // Straight conversion test |
|
1643 [Mexico_City001] |
|
1644 City=Mexico_City |
|
1645 TimeUTC=20051005:101400 |
|
1646 TimeLoc=20051005:051400 |
|
1647 Convert=Both |
|
1648 |
|
1649 // Straight conversion test |
|
1650 [Minsk001] |
|
1651 City=Minsk |
|
1652 TimeUTC=20051005:101400 |
|
1653 TimeLoc=20051005:131400 |
|
1654 Convert=Both |
|
1655 |
|
1656 // Straight conversion test |
|
1657 [Montevideo001] |
|
1658 City=Montevideo |
|
1659 TimeUTC=20051005:101400 |
|
1660 TimeLoc=20051005:071400 |
|
1661 Convert=Both |
|
1662 |
|
1663 // Straight conversion test |
|
1664 [Montreal001] |
|
1665 City=Montreal |
|
1666 TimeUTC=20051005:101400 |
|
1667 TimeLoc=20051005:061400 |
|
1668 Convert=Both |
|
1669 |
|
1670 // Straight conversion test |
|
1671 [Moscow001] |
|
1672 City=Moscow |
|
1673 TimeUTC=20051005:101400 |
|
1674 TimeLoc=20051005:141400 |
|
1675 Convert=Both |
|
1676 |
|
1677 // Straight conversion test |
|
1678 [Nairobi001] |
|
1679 City=Nairobi |
|
1680 TimeUTC=20051005:101400 |
|
1681 TimeLoc=20051005:131400 |
|
1682 Convert=Both |
|
1683 |
|
1684 // Straight conversion test |
|
1685 [Nassau001] |
|
1686 City=Nassau |
|
1687 TimeUTC=20051005:101400 |
|
1688 TimeLoc=20051005:061400 |
|
1689 Convert=Both |
|
1690 |
|
1691 // Straight conversion test |
|
1692 [New_York001] |
|
1693 City=New_York |
|
1694 TimeUTC=20051005:101400 |
|
1695 TimeLoc=20051005:061400 |
|
1696 Convert=Both |
|
1697 |
|
1698 // Straight conversion test |
|
1699 [Oslo001] |
|
1700 City=Oslo |
|
1701 TimeUTC=20051005:101400 |
|
1702 TimeLoc=20051005:121400 |
|
1703 Convert=Both |
|
1704 |
|
1705 // Straight conversion test |
|
1706 [Paris001] |
|
1707 City=Paris |
|
1708 TimeUTC=20051005:101400 |
|
1709 TimeLoc=20051005:121400 |
|
1710 Convert=Both |
|
1711 |
|
1712 // Straight conversion test |
|
1713 [Perth001] |
|
1714 City=Perth |
|
1715 TimeUTC=20051005:101400 |
|
1716 TimeLoc=20051005:181400 |
|
1717 Convert=Both |
|
1718 |
|
1719 // Straight conversion test |
|
1720 [Prague001] |
|
1721 City=Prague |
|
1722 TimeUTC=20051005:101400 |
|
1723 TimeLoc=20051005:121400 |
|
1724 Convert=Both |
|
1725 |
|
1726 // Straight conversion test |
|
1727 [Rangoon001] |
|
1728 City=Rangoon |
|
1729 TimeUTC=20051005:101400 |
|
1730 TimeLoc=20051005:164400 |
|
1731 Convert=Both |
|
1732 |
|
1733 // Straight conversion test |
|
1734 [Reykjavik001] |
|
1735 City=Reykjavik |
|
1736 TimeUTC=20051005:101400 |
|
1737 TimeLoc=20051005:101400 |
|
1738 Convert=Both |
|
1739 |
|
1740 // Straight conversion test |
|
1741 [Riyadh001] |
|
1742 City=Riyadh |
|
1743 TimeUTC=20051005:101400 |
|
1744 TimeLoc=20051005:131400 |
|
1745 Convert=Both |
|
1746 |
|
1747 // Straight conversion test |
|
1748 [Rome001] |
|
1749 City=Rome |
|
1750 TimeUTC=20051005:101400 |
|
1751 TimeLoc=20051005:121400 |
|
1752 Convert=Both |
|
1753 |
|
1754 // Straight conversion test |
|
1755 [Santiago001] |
|
1756 City=Santiago |
|
1757 TimeUTC=20051005:101400 |
|
1758 TimeLoc=20051005:061400 |
|
1759 Convert=Both |
|
1760 |
|
1761 // Straight conversion test |
|
1762 [Santo_Domingo001] |
|
1763 City=Santo_Domingo |
|
1764 TimeUTC=20051005:101400 |
|
1765 TimeLoc=20051005:061400 |
|
1766 Convert=Both |
|
1767 |
|
1768 // Straight conversion test |
|
1769 [Sao_Paulo001] |
|
1770 City=Sao_Paulo |
|
1771 TimeUTC=20051005:101400 |
|
1772 TimeLoc=20051005:071400 |
|
1773 Convert=Both |
|
1774 |
|
1775 // Straight conversion test |
|
1776 [Shanghai001] |
|
1777 City=Shanghai |
|
1778 TimeUTC=20051005:101400 |
|
1779 TimeLoc=20051005:181400 |
|
1780 Convert=Both |
|
1781 |
|
1782 // Straight conversion test |
|
1783 [Singapore001] |
|
1784 City=Singapore |
|
1785 TimeUTC=20051005:101400 |
|
1786 TimeLoc=20051005:181400 |
|
1787 Convert=Both |
|
1788 |
|
1789 // Straight conversion test |
|
1790 [St_Johns001] |
|
1791 City=St_Johns |
|
1792 TimeUTC=20051005:101400 |
|
1793 TimeLoc=20051005:074400 |
|
1794 Convert=Both |
|
1795 |
|
1796 // Straight conversion test |
|
1797 [Stockholm001] |
|
1798 City=Stockholm |
|
1799 TimeUTC=20051005:101400 |
|
1800 TimeLoc=20051005:121400 |
|
1801 Convert=Both |
|
1802 |
|
1803 // Straight conversion test |
|
1804 [Taipei001] |
|
1805 City=Taipei |
|
1806 TimeUTC=20051005:101400 |
|
1807 TimeLoc=20051005:181400 |
|
1808 Convert=Both |
|
1809 |
|
1810 // Straight conversion test |
|
1811 [Tallinn001] |
|
1812 City=Tallinn |
|
1813 TimeUTC=20051005:101400 |
|
1814 TimeLoc=20051005:131400 |
|
1815 Convert=Both |
|
1816 |
|
1817 // Straight conversion test |
|
1818 [Tashkent001] |
|
1819 City=Tashkent |
|
1820 TimeUTC=20051005:101400 |
|
1821 TimeLoc=20051005:151400 |
|
1822 Convert=Both |
|
1823 |
|
1824 // Straight conversion test |
|
1825 [Tegucigalpa001] |
|
1826 City=Tegucigalpa |
|
1827 TimeUTC=20051005:101400 |
|
1828 TimeLoc=20051005:041400 |
|
1829 Convert=Both |
|
1830 |
|
1831 // Straight conversion test |
|
1832 [Tokyo001] |
|
1833 City=Tokyo |
|
1834 TimeUTC=20051005:101400 |
|
1835 TimeLoc=20051005:191400 |
|
1836 Convert=Both |
|
1837 |
|
1838 // Straight conversion test |
|
1839 [Toronto001] |
|
1840 City=Toronto |
|
1841 TimeUTC=20051005:101400 |
|
1842 TimeLoc=20051005:061400 |
|
1843 Convert=Both |
|
1844 |
|
1845 // Straight conversion test |
|
1846 [Vancouver001] |
|
1847 City=Vancouver |
|
1848 TimeUTC=20051005:101400 |
|
1849 TimeLoc=20051005:031400 |
|
1850 Convert=Both |
|
1851 |
|
1852 // Straight conversion test |
|
1853 [Vienna001] |
|
1854 City=Vienna |
|
1855 TimeUTC=20051005:101400 |
|
1856 TimeLoc=20051005:121400 |
|
1857 Convert=Both |
|
1858 |
|
1859 // Straight conversion test |
|
1860 [Vladivostok001] |
|
1861 City=Vladivostok |
|
1862 TimeUTC=20051005:101400 |
|
1863 TimeLoc=20051005:211400 |
|
1864 Convert=Both |
|
1865 |
|
1866 // Straight conversion test |
|
1867 [Warsaw001] |
|
1868 City=Warsaw |
|
1869 TimeUTC=20051005:101400 |
|
1870 TimeLoc=20051005:121400 |
|
1871 Convert=Both |
|
1872 |
|
1873 // Straight conversion test |
|
1874 [Winnipeg001] |
|
1875 City=Winnipeg |
|
1876 TimeUTC=20051005:101400 |
|
1877 TimeLoc=20051005:051400 |
|
1878 Convert=Both |
|
1879 |
|
1880 // Straight conversion test |
|
1881 [Zagreb001] |
|
1882 City=Zagreb |
|
1883 TimeUTC=20051005:101400 |
|
1884 TimeLoc=20051005:121400 |
|
1885 Convert=Both |
|
1886 |
|
1887 // Straight conversion test |
|
1888 [Zurich001] |
|
1889 City=Zurich |
|
1890 TimeUTC=20051005:101400 |
|
1891 TimeLoc=20051005:121400 |
|
1892 Convert=Both |
|
1893 |
|
1894 //Added to test INC117764 |
|
1895 // Straight conversion test |
|
1896 [Iqaluit001] |
|
1897 City=Iqaluit |
|
1898 TimeUTC=20070205:101400 |
|
1899 TimeLoc=20070205:051400 |
|
1900 Convert=Both |
|
1901 |
|
1902 // Straight conversion test |
|
1903 [Iqaluit002] |
|
1904 City=Iqaluit |
|
1905 TimeUTC=20070308:101400 |
|
1906 TimeLoc=20070308:051400 |
|
1907 Convert=Both |
|
1908 |
|
1909 // Straight conversion test |
|
1910 [Iqaluit003] |
|
1911 City=Iqaluit |
|
1912 TimeUTC=20070105:101400 |
|
1913 TimeLoc=20070105:051400 |
|
1914 Convert=Both |
|
1915 |
|
1916 // Straight conversion test |
|
1917 [Iqaluit004] |
|
1918 City=Iqaluit |
|
1919 TimeUTC=20070108:101400 |
|
1920 TimeLoc=20070108:051400 |
|
1921 Convert=Both |
|
1922 |
|
1923 // Straight conversion test |
|
1924 [Iqaluit005] |
|
1925 City=Iqaluit |
|
1926 TimeUTC=20060520:101400 |
|
1927 TimeLoc=20060520:061400 |
|
1928 Convert=Both |
|
1929 |
|
1930 // Straight conversion test |
|
1931 [Iqaluit006] |
|
1932 City=Iqaluit |
|
1933 TimeUTC=20050520:101400 |
|
1934 TimeLoc=20050520:061400 |
|
1935 Convert=Both |
|
1936 |
|
1937 // Straight conversion test |
|
1938 [Iqaluit007] |
|
1939 City=Iqaluit |
|
1940 TimeUTC=20050420:101400 |
|
1941 TimeLoc=20050420:061400 |
|
1942 Convert=Both |
|
1943 |
|
1944 // Straight conversion test |
|
1945 [Iqaluit008] |
|
1946 City=Iqaluit |
|
1947 TimeUTC=20050620:101400 |
|
1948 TimeLoc=20050620:061400 |
|
1949 Convert=Both |
|
1950 |
|
1951 // Straight conversion test |
|
1952 [Iqaluit009] |
|
1953 City=Iqaluit |
|
1954 TimeUTC=20060420:101400 |
|
1955 TimeLoc=20060420:061400 |
|
1956 Convert=Both |
|
1957 |
|
1958 // Straight conversion test |
|
1959 [Iqaluit010] |
|
1960 City=Iqaluit |
|
1961 TimeUTC=20060620:101400 |
|
1962 TimeLoc=20060620:061400 |
|
1963 Convert=Both |