0.9.3.38: further fixes to ENCODE- and DECODE-UNIVERSAL-TIME:
authorBrian Mastenbrook <bmastenb@cs.indiana.edu>
Thu, 11 Aug 2005 00:13:28 +0000 (00:13 +0000)
committerBrian Mastenbrook <bmastenb@cs.indiana.edu>
Thu, 11 Aug 2005 00:13:28 +0000 (00:13 +0000)
commit881c3a215e3a82faf928265f8606f940f3e44e1e
tree2ae4262fbf225cc8efb63db48f55c79bbc3500e8
parent1cf230d59a80f5fba3b90b929e6ab61e9a6fbe84
0.9.3.38: further fixes to ENCODE- and DECODE-UNIVERSAL-TIME:
* DECODE-UNIVERSAL-TIME now calls out to UNIX time functions to obtain
  daylight savings time and timezone information for the entire range
  of 32-bit time_t, and when below that calls with a plausable date in
  1903.
* ENCODE-UNIVERSAL-TIME now no longer errors when passed a decoded
  time with a year in 1899, so long as the encoded time is
  non-negative.
src/code/time.lisp
tests/interface.pure.lisp
version.lisp-expr