home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / usr / share / lib / zoneinfo / src / etcetera < prev    next >
Text File  |  2000-01-05  |  2KB  |  73 lines

  1. #ident    "@(#)etcetera    1.8    99/06/11 SMI"
  2.  
  3. #
  4. # Copyright (c) 1994-1999 by Sun Microsystems, Inc.
  5. # All rights reserved.
  6. #
  7.  
  8. # @(#)etcetera    7.10
  9.  
  10. # These entries are mostly present for historical reasons, so that
  11. # people in areas not otherwise covered by the tz files could "zic -l"
  12. # to a time zone that was right for their area.  These days, the
  13. # tz files cover almost all the inhabited world, so there's little
  14. # need now for the entries that are not on UTC.
  15.  
  16. Zone    Etc/GMT        0    -    GMT
  17. Zone    Etc/UTC        0    -    UTC
  18. Zone    Etc/UCT        0    -    UCT
  19.  
  20. # The following link uses older naming conventions,
  21. # but it belongs here, not in the file `backward',
  22. # as functions like gmtime load the "GMT" file to handle leap seconds properly.
  23. # We want this to work even on installations that omit the other older names.
  24. Link    Etc/GMT                GMT
  25.  
  26. Link    Etc/UTC                Etc/Universal
  27. Link    Etc/UTC                Etc/Zulu
  28.  
  29. Link    Etc/GMT                Etc/Greenwich
  30. Link    Etc/GMT                Etc/GMT-0
  31. Link    Etc/GMT                Etc/GMT+0
  32. Link    Etc/GMT                Etc/GMT0
  33.  
  34. # We use POSIX-style signedness in the names and output,
  35. # internal-style signedness in the specifications.
  36. # For example, TZ=Etc/GMT+4 corresponds to 4 hours _behind_ UTC;
  37. # it is equivalent to TZ=GMT+4, which is implemented directly as per POSIX.
  38.  
  39. # Earlier incarnations of this package were not POSIX-compliant,
  40. # and had lines such as
  41. #        Zone    GMT-12        -12    -    GMT-1200
  42. # We did not want things to change quietly if someone accustomed to the old
  43. # way does a
  44. #        zic -l GMT-12
  45. # so we moved the names into the Etc subdirectory.
  46.  
  47. Zone    Etc/GMT-14    14    -    GMT-14    # 14 hours ahead of GMT
  48. Zone    Etc/GMT-13    13    -    GMT-13
  49. Zone    Etc/GMT-12    12    -    GMT-12
  50. Zone    Etc/GMT-11    11    -    GMT-11
  51. Zone    Etc/GMT-10    10    -    GMT-10
  52. Zone    Etc/GMT-9    9    -    GMT-9
  53. Zone    Etc/GMT-8    8    -    GMT-8
  54. Zone    Etc/GMT-7    7    -    GMT-7
  55. Zone    Etc/GMT-6    6    -    GMT-6
  56. Zone    Etc/GMT-5    5    -    GMT-5
  57. Zone    Etc/GMT-4    4    -    GMT-4
  58. Zone    Etc/GMT-3    3    -    GMT-3
  59. Zone    Etc/GMT-2    2    -    GMT-2
  60. Zone    Etc/GMT-1    1    -    GMT-1
  61. Zone    Etc/GMT+1    -1    -    GMT+1
  62. Zone    Etc/GMT+2    -2    -    GMT+2
  63. Zone    Etc/GMT+3    -3    -    GMT+3
  64. Zone    Etc/GMT+4    -4    -    GMT+4
  65. Zone    Etc/GMT+5    -5    -    GMT+5
  66. Zone    Etc/GMT+6    -6    -    GMT+6
  67. Zone    Etc/GMT+7    -7    -    GMT+7
  68. Zone    Etc/GMT+8    -8    -    GMT+8
  69. Zone    Etc/GMT+9    -9    -    GMT+9
  70. Zone    Etc/GMT+10    -10    -    GMT+10
  71. Zone    Etc/GMT+11    -11    -    GMT+11
  72. Zone    Etc/GMT+12    -12    -    GMT+12
  73.