home *** CD-ROM | disk | FTP | other *** search
/ gdead.berkeley.edu / gdead.berkeley.edu.tar / gdead.berkeley.edu / usr / share / lib / zoneinfo / src / systemv < prev   
Text File  |  2000-01-05  |  1KB  |  42 lines

  1. #ident    "@(#)systemv    1.1    94/03/29 SMI"
  2.  
  3. #
  4. #    Copyright (c) 1994, by Sun Microsystems, Inc.
  5. #
  6.  
  7. # @(#)systemv    7.2
  8.  
  9. # Old rules, should the need arise.
  10. # No attempt is made to handle Newfoundland, since it cannot be expressed
  11. # using the System V "TZ" scheme (half-hour offset), or anything outside
  12. # North America (no support for non-standard DST start/end dates), nor
  13. # the change in the DST rules in the US in 1987 (can't split between
  14. # Canada, with no changes, and the US)
  15. #
  16. # Be sure to compile this *without* leap second correction for true conformance.
  17.  
  18. # Rule    NAME    FROM    TO    TYPE    IN    ON    AT    SAVE    LETTER/S
  19. Rule    SystemV    min    1973    -    Apr    lastSun    2:00    1:00    D
  20. Rule    SystemV    min    1973    -    Oct    lastSun    2:00    0    S
  21. Rule    SystemV    1974    only    -    Jan    6    2:00    1:00    D
  22. Rule    SystemV    1974    only    -    Nov    lastSun    2:00    0    S
  23. Rule    SystemV    1975    only    -    Feb    23    2:00    1:00    D
  24. Rule    SystemV    1975    only    -    Oct    lastSun    2:00    0    S
  25. Rule    SystemV    1976    max    -    Apr    lastSun    2:00    1:00    D
  26. Rule    SystemV    1976    max    -    Oct    lastSun    2:00    0    S
  27.  
  28. # Zone    NAME        GMTOFF    RULES/SAVE    FORMAT    [UNTIL]
  29. Zone    SystemV/AST4ADT    -4:00    SystemV        A%sT
  30. Zone    SystemV/EST5EDT    -5:00    SystemV        E%sT
  31. Zone    SystemV/CST6CDT    -6:00    SystemV        C%sT
  32. Zone    SystemV/MST7MDT    -7:00    SystemV        M%sT
  33. Zone    SystemV/PST8PDT    -8:00    SystemV        P%sT
  34. Zone    SystemV/YST9YDT    -9:00    SystemV        Y%sT
  35. Zone    SystemV/AST4    -4:00    -        AST
  36. Zone    SystemV/EST5    -5:00    -        EST
  37. Zone    SystemV/CST6    -6:00    -        CST
  38. Zone    SystemV/MST7    -7:00    -        MST
  39. Zone    SystemV/PST8    -8:00    -        PST
  40. Zone    SystemV/YST9    -9:00    -        YST
  41. Zone    SystemV/HST10    -10:00    -        HST
  42.