home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20760 < prev    next >
Encoding:
Text File  |  1993-01-11  |  702 b   |  19 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!gatech!news.ans.net!cmcl2!acf3!tihor
  3. From: tihor@acf3.NYU.EDU (Stephen Tihor)
  4. Subject: Re: Implimenting "TOMORROW +1: 0:0" from an .EXE
  5. Message-ID: <61050114@acf3.NYU.EDU>
  6. Sender: notes@cmcl2.nyu.edu (Notes Person)
  7. Nntp-Posting-Host: acf3.nyu.edu
  8. Organization: New York University
  9. References: <1993Jan11.153438.28624@magnus.acs.ohio-state.edu>
  10. Date: Mon, 11 Jan 1993 22:37:00 GMT
  11. Lines: 6
  12.  
  13. A delta time is an offet from the current time to a time in the future.
  14. Get the current binary time from $BINTIM.
  15. Add one day to it.
  16. $ASCTIM it
  17. replace the HH:MM:SS.HH with 01:00:00.00
  18. $BINTIM it.
  19.