internet-text-date-and-timeDate and Timemessage-log-date-and-timeiso8661-date-and-timeGoTo Top

iso8661-date-and-time   &optional universal-time destination => result[Function]

Purpose
Convert a universal time into ISO8661 (XML dateTime) format.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

universal-time     A universal time (default is nil, which is equivalent to the value returned by (get-universal-time))
destination     Either nil, t, a stream, or a string with a fill pointer (default is nil)
result     A string or nil

Returns
If destination is non-nil, then nil; otherwise, a string.

See also
    brief-date
    brief-date-and-time
    internet-text-date-and-time
    message-log-date-and-time

Example

  > (iso8661-date-and-time)
  "2008-05-17T08:02:49Z"
  >


The GBBopen Project


internet-text-date-and-timeDate and Timemessage-log-date-and-timeiso8661-date-and-timeGoTo Top