ot2utOffset Universal Timeset-ot-baseprintvotGoTo Top

printvot   form* => result*[Macro]

Purpose
Assist debugging involving Offset Universal Time values by printing forms and the results of evaluating them to *trace-output*. Any form producing a single-valued integer result is assumed to be an Offset Universal Time value and a convenient full-date-and-time format (including seconds) is printed as the result value.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

forms     An implicit progn of forms to be evaluated and printed
results     The values returned by evaluating the last form that is not the keyword symbol :hr

Returns
The values returned by evaluating the last form that is not the keyword symbol :hr

Description
The following is performed for each form in forms:

See also
    full-date-and-time
    printv

Examples

  > (printvot "PRINTVOV example" *ot-base* (ut2ot) :hr)
  ;; PRINTVOV example
  ;;   *ot-base* => "Oct 22 2117 04:40:32"
  ;;   (ut2ot) => "Jun  4 2008 13:51:08"
  ;; ------------------------------------------------------------
  -15071348
  >


The GBBopen Project


ot2utOffset Universal Timeset-ot-baseprintvotGoTo Top