![]() | ![]() | ![]() | message-log-date-and-time | ![]() |
| &optional universal-time&key destination | [Function] |
Purpose
Convert a Universal Time value into “message log”
MMM DD HH:MM:SS
)
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.
Description
If nil
, the current time
(as returned by get-universal-time
See also
brief-date
brief-date-and-time
full-date-and-time
http-date-and-time
internet-text-date-and-time
iso8601-date-and-time
very-brief-date
Example
> (message-log-date-and-time) "May 17 04:02:49" >
The GBBopen Project
![]() | ![]() | ![]() | message-log-date-and-time | ![]() |