Encoding universal time
I just noticed thatCL-USER 1 > (= (encode-universal-time 0 0 0 1 1 9)
(encode-universal-time 0 0 0 1 1 2009))
T
CL-USER 2 > (symbol-package 'encode-universal-time)
#<The COMMON-LISP package, 3/4 internal, 978/1024 external>
CL-USER 3 >
which surprises me. I don't see how that can be correct, can anyone enlighten me?
I am using LWM 6.0.0.
-Klaus.