check-ot-baseOffset Universal Timeprintvotot2utGoTo Top

ot2ut   offset-universal-time => universal-time[Function]

Purpose
Convert an Offset Universal Time value to a Universal Time value.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

offset-universal-time     An Offset Universal Time value
universal-time     A Universal Time

Returns
The equivalent Universal Time value

Errors
The Offset Universal Time time-base value has not been set.

See also
    *ot-base*
    check-ot-base
    ut2ot
    set-ot-base

Example

  > (set-ot-base 1 7 2007)
  3409014016
  > (ot2ut -15071348)
  3393942668
  >

REPL Note
The equivalent of:

  (full-date-and-time (ot2ut offset-universal-time) 
     :include-seconds 't
     :destination *standard-output*)
can be invoked using the REPL command :ot offset-universal-time.


The GBBopen Project


check-ot-baseOffset Universal Timeprintvotot2utGoTo Top