4 Nov
2009
4 Nov
'09
4:15 p.m.
I get different date formats back from a postmodern query at different times. I am using SBCL 1.0.31.32 and the latest (as of the weekend) from clbuild. The steps. 1. I delete all my .fasl files for a project 2. I do a require for the project to load and compile 3. I run a query/function and I get the correct "date" data back => #<DATE 01-01-2009> 4. I close emacs and re-open it 5. I do a require of the project to load 6. I run a query/function and I get incorrect "date" data back => 3439756800 Any ideas?