home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / settz / etcetera < prev    next >
Text File  |  1986-11-30  |  1KB  |  47 lines

  1. # @(#)etcetera    2.1
  2.  
  3. #
  4. # A settz("") uses the code's built-in GMT without going to disk to get
  5. # the information.  Still, we want things to work if somebody does a
  6. # settz("GMT"), so. . .
  7. #
  8.  
  9. Zone    GMT        0    -    GMT
  10.  
  11. #
  12. # Names for zones that might exist, just so people can set a timezone
  13. # that's right for their area, even if it doesn't have a name or dst rules
  14. # (half hour zones are too much to bother with -- when someone asks!)
  15. #
  16.  
  17. Zone    GMT-12        -12    -    GMT-1200
  18. Zone    GMT-11        -11    -    GMT-1100
  19. Zone    GMT-10        -10    -    GMT-1000
  20. Zone    GMT-9        -9    -    GMT-0900
  21. Zone    GMT-8        -8    -    GMT-0800
  22. Zone    GMT-7        -7    -    GMT-0700
  23. Zone    GMT-6        -6    -    GMT-0600
  24. Zone    GMT-5        -5    -    GMT-0500
  25. Zone    GMT-4        -4    -    GMT-0400
  26. Zone    GMT-3        -3    -    GMT-0300
  27. Zone    GMT-2        -2    -    GMT-0200
  28. Zone    GMT-1        -1    -    GMT-0100
  29. Zone    GMT+1        1    -    GMT+0100
  30. Zone    GMT+2        2    -    GMT+0200
  31. Zone    GMT+3        3    -    GMT+0300
  32. Zone    GMT+4        4    -    GMT+0400
  33. Zone    GMT+5        5    -    GMT+0500
  34. Zone    GMT+6        6    -    GMT+0600
  35. Zone    GMT+7        7    -    GMT+0700
  36. Zone    GMT+8        8    -    GMT+0800
  37. Zone    GMT+9        9    -    GMT+0900
  38. Zone    GMT+10        10    -    GMT+1000
  39. Zone    GMT+11        11    -    GMT+1100
  40. Zone    GMT+12        12    -    GMT+1200
  41. Zone    GMT+13        13    -    GMT+1300    # GMT+12 with DST
  42.  
  43. Link    GMT        UTC        # one of these two is right, but which?
  44. Link    GMT        UCT
  45. Link    GMT        Universal
  46. Link    GMT        Greenwich
  47.