home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / bit / listserv / vmutil / 1330 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.1 KB  |  27 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!YKTVMH.BITNET!PERSHNG
  3. Message-ID: <VM-UTIL%92073110140068@UBVM.CC.BUFFALO.EDU>
  4. Newsgroups: bit.listserv.vm-util
  5. Date:         Fri, 31 Jul 1992 10:05:42 EDT
  6. Sender:       VM Utilities Discussion List <VM-UTIL@OHSTVMA.BITNET>
  7. Comments:     In-Reply-To: Posting to VM-UTIL of Thu,
  8.               30 Jul 1992 22:25:08 -0400
  9. From:         "John A. Pershing Jr." <PERSHNG@YKTVMH.BITNET>
  10. Subject:      Changing 15 minutes for VM READ
  11. Lines: 14
  12.  
  13.     Date:   Thu, 30 Jul 1992 22:25:08 -0400
  14.     From:   Anthony Ng <CCENGNM@NUSVM.BITNET>
  15.     I notice that X'0359' does not round up to exactly 15 minutes.  Does
  16.     anyone know why?
  17.  
  18. It is probably due to round-off error (or a simple miscalculation) on
  19. the part of the person who originally wrote the code.  The "correct"
  20. value should be X'035A' (a tad low) or X'035B' (a tad high).
  21.  
  22. Note that this value represents the high-order word of the Time-Of-Day
  23. clock, which counts "Mega microseconds" (e.g., 2**20 microseconds)
  24. which are 1.048576 seconds in duration.
  25.  
  26.   -jp
  27.