home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / apps / 1892 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  1.0 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.apps
  4. Subject: Re: My Sun calendar man. went flaky - why?
  5. Message-ID: <14568@auspex-gw.auspex.com>
  6. Date: 10 Sep 92 20:39:38 GMT
  7. References: <1992Sep9.222549.29805@athena.cs.uga.edu> <1992Sep10.150841.2315@caeco.mentorg.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 11
  11. Nntp-Posting-Host: bootme.auspex.com
  12.  
  13. >Suns Time zone stuff is broken. Date will read corectly but the CM is using GMT
  14. >for the time zone.
  15.  
  16. In particular, it's Sun's Calendar Manager that has the broken time zone
  17. stuff; it uses the crufty old obsolete kernel time zone stuff rather
  18. than correctly using routines such as "timelocal()" or "mktime()".
  19.  
  20. "tzsetup" does the best it can at setting the kernel time zone stuff to
  21. match the real time zone stuff, although there are limits on what it can
  22. do (the kernel time zone stuff, and the old routines that used it, only
  23. supported certain hard-coded daylight savings time rules).
  24.