home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / mail / pmdf / 1974 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!newsserver.pixel.kodak.com!psinntp!pbs.org!mccall!ipmdf-newsgate!list
  2. Newsgroups: vmsnet.mail.pmdf
  3. Subject: Problem with timezone names
  4. Message-ID: <01GMUUE3KLO291VR9U@Levels.UniSA.Edu.Au>
  5. From: rollo.ross@levels.unisa.edu.au
  6. Date: 27 Jul 1992 02:07:11 +0930
  7. Sender: Rollo Ross <CCAJR@Levels.UniSA.Edu.Au>
  8. Organization: University of South Australia
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 27 Jul 1992 02:07:11 +0930
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  13. Resent-Message-ID: <01GMTVV1WDTU9GVN2F@YMIR.CLAREMONT.EDU>
  14. X-Vms-To: IN%"info-pmdf@ymir.claremont.edu"
  15. X-Vms-Cc: CCAJR
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  18. Content-Transfer-Encoding: 7BIT
  19. Lines: 22
  20.  
  21.     PMDF_STARTUP (in 4.1) overrides the site's specification for
  22. PMDF_TIMEZONE if MULTINET_TIMEZONE is defined:
  23.  
  24. $ if f$logical("MULTINET_TIMEZONE") .nes. "" then -
  25.   pmdf_define/exec/nolog pmdf_timezone "''f$logical("MULTINET_TIMEZONE")'"
  26.  
  27.     (Similarly for JAN_TIME_ZONE.) Unfortunately, it then makes
  28. unwarranted assumptions about what MULTINET_TIMEZONE means. In South
  29. Australia, the appropriate value for MULTINET_TIMEZONE is "CST". PMDF
  30. assumes that this means -0600, and constructs a Date header like this:
  31.  
  32. Date: 27 Jul 1992 01:07:54 -0600 (CST)
  33.  
  34.     However, in this country CST means +0930. Could PMDF_STARTUP please be
  35. changed so that it only uses the value of MULTINET_TIMEZONE if PMDF_TIMEZONE
  36. is not defined? Then our carefully-chosen *unambiguous* timezone will not be
  37. overidden.
  38.  
  39.                                     Rollo Ross, Network Manager (CLW campuses)
  40.  
  41. Computer Centre,  University of South Australia, The Levels, SA 5095, Australia
  42. Ph +61 8 302 3158 Fax 302 3385 DTE 505282622004  Rollo.Ross@Levels.UniSA.Edu.Au
  43.