home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / mail / elm / 3698 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!math.fu-berlin.de!unidui!Germany.EU.net!horga!reswi!smart.bo.open.de!not-for-mail
  2. From: tom@smart.bo.open.de (Thomas Neumann)
  3. Newsgroups: comp.mail.elm
  4. Subject: Re: Time Zone Problem
  5. Date: 11 Dec 1992 21:48:16 +0100
  6. Organization: News at smart
  7. Lines: 24
  8. Message-ID: <1gauqgINN9of@smart.bo.open.de>
  9. References: <1g5lm5INNg9g@nntp1.radiomail.net>
  10. NNTP-Posting-Host: smart.bo.open.de
  11. Keywords: NeXT, elm, timezone
  12. X-Newsreader: NN version 6.4.19
  13.  
  14. hogan@radiomail.net (Emmett Hogan) writes:
  15.  
  16. >Well, thanks to the help of a few nice people in this newsgroup
  17. >I got elm up and running on my NeXT machine.  Now I have just one
  18. >small, but annoying problem...Date header is wrong.  Actually, it is just  
  19. >the offset from GMT that is a tad bit wrong...instead of looking like:
  20.  
  21. >Date: Wed,  9 Dec 1992 10:41:29 -0700 GMT
  22.  
  23. >it looks like this:
  24.  
  25. >Date: Wed, 9 Dec 1992 12:34:16 -36803936 (PST)
  26.  
  27.  
  28. I believe this is due to the Configure script defining both TZNAME
  29. and TZ_MINUTESWEST in "config.h". This breaks the code in getarpadate() .
  30.  
  31. At the end of the Configure run, when it offers you to edit config.sh,
  32. take your chance and change the value of d_tzname to 'undef' and make
  33. sure the value of d_tz_min is 'define'.
  34.  
  35. This did the trick for me.
  36.  
  37. bye -- Thomas
  38.