etcetera 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # This file is in the public domain, so clarified as of
  2. # 2009-05-17 by Arthur David Olson.
  3. # These entries are mostly present for historical reasons, so that
  4. # people in areas not otherwise covered by the tz files could "zic -l"
  5. # to a time zone that was right for their area. These days, the
  6. # tz files cover almost all the inhabited world, and the only practical
  7. # need now for the entries that are not on UTC are for ships at sea
  8. # that cannot use POSIX TZ settings.
  9. Zone Etc/GMT 0 - GMT
  10. Zone Etc/UTC 0 - UTC
  11. Zone Etc/UCT 0 - UCT
  12. # The following link uses older naming conventions,
  13. # but it belongs here, not in the file 'backward',
  14. # as functions like gmtime load the "GMT" file to handle leap seconds properly.
  15. # We want this to work even on installations that omit the other older names.
  16. Link Etc/GMT GMT
  17. Link Etc/UTC Etc/Universal
  18. Link Etc/UTC Etc/Zulu
  19. Link Etc/GMT Etc/Greenwich
  20. Link Etc/GMT Etc/GMT-0
  21. Link Etc/GMT Etc/GMT+0
  22. Link Etc/GMT Etc/GMT0
  23. # We use POSIX-style signs in the Zone names and the output abbreviations,
  24. # even though this is the opposite of what many people expect.
  25. # POSIX has positive signs west of Greenwich, but many people expect
  26. # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
  27. # the abbreviation "GMT+4" and corresponds to 4 hours behind UT
  28. # (i.e. west of Greenwich) even though many people would expect it to
  29. # mean 4 hours ahead of UT (i.e. east of Greenwich).
  30. #
  31. # In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for
  32. # TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
  33. # ISO 8601 you can use TZ='<-0400>+4'. Thus the commonly-expected
  34. # offset is kept within the angle bracket (and is used for display)
  35. # while the POSIX sign is kept outside the angle bracket (and is used
  36. # for calculation).
  37. #
  38. # Do not use a TZ setting like TZ='GMT+4', which is four hours behind
  39. # GMT but uses the completely misleading abbreviation "GMT".
  40. # Earlier incarnations of this package were not POSIX-compliant,
  41. # and had lines such as
  42. # Zone GMT-12 -12 - GMT-1200
  43. # We did not want things to change quietly if someone accustomed to the old
  44. # way does a
  45. # zic -l GMT-12
  46. # so we moved the names into the Etc subdirectory.
  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