Re: Missing delta time functionality

From: Bob Koehler (koehler_at_eisner.nospam.encompasserve.org)
Date: 10/03/03


Date: 3 Oct 2003 12:48:08 -0500

In article <3F7D996D.31EB0B51@hp.com>, Guy Peleg <guy.peleg@hp.com> writes:
>
> Considering F$DELTA and F$CVTIME what other functionality do you think
> is missing for delta time calcualtion?
> We are currently planning the new features for next VMS version so here
> is your chance to affect the future.
>

   These aren't all delta times, but since your working in that area:

   $ a = "WEDNESDAY 10:00"
   $ b = "THURSDAY 13:00"
   $ c = f$delta(a,b)
   $ show symbol c
      1 03:00:00.000

   $ write f$cvtime("3-oct-2003",,"DOY") !(day of year)
   276

   $ write f$cvtime("3-oct-2003",,"LEAP_YEAR")
   False

   $ write f$cvtime("3-oct-2003 18:33:30",,"JULIAN_DAY")
   2452916.27326

      (reference http://aa.usno.navy.mil/data/docs/JulianDate.html, must
       be corrected for time zone)

   The following is cute, but does not have to be officially supported;
   also note the algorithm I have may be wrong.

   $ write f$cvtime("3-oct-2003 13:37:09",,"STAR_DATE")
   37895.7658



Relevant Pages

  • Re: [opensuse] Bye bye SuSE?
    ... Actually, when I wrote that, I did not even know how to edit a wiki ... they've handled tens of "missing in KDE4" bug ... of us don't know what features may be missing since KDE4 apparently has so ...
    (SuSE)
  • Re: The origins of CL conditions system
    ... I claim that you can benefit from features you don't ... of planning computer programs lies the idea of a contrast ... Coding the routine bits always goes ... When we plan, we lightly sketch in the routine parts of the ...
    (comp.lang.lisp)
  • Re: Rank features for creative writers editor
    ... It's too late now I have the mental image of you planning, ... Which features you values the most? ... With all its faults, it does many things, and macros are ... hardware problems again! ...
    (rec.arts.sf.composition)
  • Re: preemptive OOP?
    ... Without this prior planning, any expansion ... becomes more difficult and makes the resulting code more brittle. ... any number of new features during these iterations. ... In my experience a lot of GOOP results exactly from trying to anticipate future requirements, thus introducing unneeded interfaces, factories, etc. ...
    (comp.lang.python)
  • Re: Which tools to use for early design stage of a programming project?
    ... I've also worked on large scale enviroments such as Philip describes ... car metaphor, as usual): ... not the upcoming features) you will not get a good result. ... So I feel that the planning should always be at least one or two steps ...
    (comp.programming)