A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/CLHS/Body/f_encode.htm below:

CLHS: function ENCODE-UNIVERSAL-TIME

function ENCODE-UNIVERSAL-TIME

Syntax:

encode-universal-time second minute hour date month year &optional time-zone

=> universal-time

Arguments and Values:

second, minute, hour, date, month, year, time-zone---the corresponding parts of a decoded time. (Note that some of the nine values in a full decoded time are redundant, and so are not used as inputs to this function.)

universal-time---a universal time.

Description:

encode-universal-time converts a time from Decoded Time format to a universal time.

If time-zone is supplied, no adjustment for daylight savings time is performed.

Examples:

 (encode-universal-time 0 0 0 1 1 1900 0) =>  0
 (encode-universal-time 0 0 1 4 7 1976 5) =>  2414296800
;; The next example assumes Eastern Daylight Time.
 (encode-universal-time 0 0 1 4 7 1976) =>  2414293200

Affected By: None.

Exceptional Situations: None.

See Also:

decode-universal-time, get-decoded-time

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4