![]() | ![]() | ![]() | internet-text-date-and-time | ![]() |
|
| &optional universal-time time-zone destination
=> result | [Function] |
Purpose
Convert a universal time into Internet Text Message 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))
| |
| time-zone | A time zone (default is nil,
which is equivalent to the current time zone adjusted for daylight
saving 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
iso8661-date-and-time
message-log-date-and-time
Examples
> (internet-text-date-and-time) "Sat, 17 May 2008 04:02:49 -0400 (EDT)" > (internet-text-date-and-time (get-universal-time) 0) "Sat, 17 May 2008 08:02:49 -0000 (GMT)" >
The GBBopen Project
![]() | ![]() | ![]() | internet-text-date-and-time | ![]() |