~ubuntu-branches/debian/jessie/tzdata/jessie

« back to all changes in this revision

Viewing changes to checktab.awk

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2014-11-12 19:37:38 UTC
  • mfrom: (1.7.40)
  • Revision ID: package-import@ubuntu.com-20141112193738-7tlefdv20j81i726
Tags: 2014j-1
New upstream release, with an ammendment for a change that was
meant to occur ten days ago for America/Grand_Turk, but didn't.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        # Some more special cases; these are zones that should probably
16
16
        # be turned into links.
17
17
        if (zone_table == "zone1970.tab") {
18
 
          tztab["Africa/Addis_Ababa"] = 1
19
 
          tztab["Africa/Asmara"] = 1
20
 
          tztab["Africa/Dar_es_Salaam"] = 1
21
 
          tztab["Africa/Djibouti"] = 1
22
 
          tztab["Africa/Kampala"] = 1
23
 
          tztab["Africa/Mogadishu"] = 1
24
18
          tztab["America/Antigua"] = 1
25
19
          tztab["America/Cayman"] = 1
26
20
          tztab["Asia/Aden"] = 1
27
21
          tztab["Asia/Bahrain"] = 1
28
22
          tztab["Asia/Kuwait"] = 1
29
23
          tztab["Asia/Muscat"] = 1
30
 
          tztab["Indian/Antananarivo"] = 1
31
 
          tztab["Indian/Comoro"] = 1
32
 
          tztab["Indian/Mayotte"] = 1
33
24
          tztab["Pacific/Midway"] = 1
34
25
          tztab["Pacific/Saipan"] = 1
35
26
        }