make/sun/javazic/tzdata/zone.tab

Print this page




   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #  
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #  
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #  
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # <pre>
  25 # @(#)zone.tab  8.55
  26 # This file is in the public domain, so clarified as of
  27 # 2009-05-17 by Arthur David Olson.
  28 #
  29 # TZ zone descriptions
  30 #
  31 # From Paul Eggert (1996-08-05):
  32 #
  33 # This file contains a table with the following columns:
  34 # 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.
  35 # 2.  Latitude and longitude of the zone's principal location
  36 #     in ISO 6709 sign-degrees-minutes-seconds format,
  37 #     either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
  38 #     first latitude (+ is north), then longitude (+ is east).
  39 # 3.  Zone name used in value of TZ environment variable.
  40 # 4.  Comments; present if and only if the country has multiple rows.
  41 #
  42 # Columns are separated by a single tab.
  43 # The table is sorted first by country, then an order within the country that
  44 # (1) makes some geographical sense, and
  45 # (2) puts the most populous zones first, where that does not contradict (1).




   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #  
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #  
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #  
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 # <pre>

  25 # This file is in the public domain, so clarified as of
  26 # 2009-05-17 by Arthur David Olson.
  27 #
  28 # TZ zone descriptions
  29 #
  30 # From Paul Eggert (1996-08-05):
  31 #
  32 # This file contains a table with the following columns:
  33 # 1.  ISO 3166 2-character country code.  See the file `iso3166.tab'.
  34 # 2.  Latitude and longitude of the zone's principal location
  35 #     in ISO 6709 sign-degrees-minutes-seconds format,
  36 #     either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
  37 #     first latitude (+ is north), then longitude (+ is east).
  38 # 3.  Zone name used in value of TZ environment variable.
  39 # 4.  Comments; present if and only if the country has multiple rows.
  40 #
  41 # Columns are separated by a single tab.
  42 # The table is sorted first by country, then an order within the country that
  43 # (1) makes some geographical sense, and
  44 # (2) puts the most populous zones first, where that does not contradict (1).