make/sun/javazic/tzdata/solar88

Print this page
rev 247 : 6872467: (tz) Support tzdata2009l
Reviewed-by: okutsu


   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Sun designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  21 # CA 95054 USA or visit www.sun.com if you need additional information or
  22 # have any questions.
  23 #
  24 # @(#)solar88   8.1


  25 
  26 # Apparent noon times below are for Riyadh; they're a bit off for other places.
  27 # Times were computed using formulas in the U.S. Naval Observatory's
  28 # Almanac for Computers 1988; the formulas "will give EqT to an accuracy of
  29 # [plus or minus two] seconds during the current year."
  30 #
  31 # Rounding to the nearest five seconds results in fewer than
  32 # 256 different "time types"--a limit that's faced because time types are
  33 # stored on disk as unsigned chars.
  34 
  35 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  36 Rule    sol88   1988    only    -       Jan     1       12:03:15s -0:03:15 -
  37 Rule    sol88   1988    only    -       Jan     2       12:03:40s -0:03:40 -
  38 Rule    sol88   1988    only    -       Jan     3       12:04:10s -0:04:10 -
  39 Rule    sol88   1988    only    -       Jan     4       12:04:40s -0:04:40 -
  40 Rule    sol88   1988    only    -       Jan     5       12:05:05s -0:05:05 -
  41 Rule    sol88   1988    only    -       Jan     6       12:05:30s -0:05:30 -
  42 Rule    sol88   1988    only    -       Jan     7       12:06:00s -0:06:00 -
  43 Rule    sol88   1988    only    -       Jan     8       12:06:25s -0:06:25 -
  44 Rule    sol88   1988    only    -       Jan     9       12:06:50s -0:06:50 -




   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation.  Sun designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Sun 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 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
  21 # CA 95054 USA or visit www.sun.com if you need additional information or
  22 # have any 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 # Apparent noon times below are for Riyadh; they're a bit off for other places.
  29 # Times were computed using formulas in the U.S. Naval Observatory's
  30 # Almanac for Computers 1988; the formulas "will give EqT to an accuracy of
  31 # [plus or minus two] seconds during the current year."
  32 #
  33 # Rounding to the nearest five seconds results in fewer than
  34 # 256 different "time types"--a limit that's faced because time types are
  35 # stored on disk as unsigned chars.
  36 
  37 # Rule  NAME    FROM    TO      TYPE    IN      ON      AT      SAVE    LETTER/S
  38 Rule    sol88   1988    only    -       Jan     1       12:03:15s -0:03:15 -
  39 Rule    sol88   1988    only    -       Jan     2       12:03:40s -0:03:40 -
  40 Rule    sol88   1988    only    -       Jan     3       12:04:10s -0:04:10 -
  41 Rule    sol88   1988    only    -       Jan     4       12:04:40s -0:04:40 -
  42 Rule    sol88   1988    only    -       Jan     5       12:05:05s -0:05:05 -
  43 Rule    sol88   1988    only    -       Jan     6       12:05:30s -0:05:30 -
  44 Rule    sol88   1988    only    -       Jan     7       12:06:00s -0:06:00 -
  45 Rule    sol88   1988    only    -       Jan     8       12:06:25s -0:06:25 -
  46 Rule    sol88   1988    only    -       Jan     9       12:06:50s -0:06:50 -