Can someone help me out here?
Code: Select all
> (date (date-value 2006 1 1))
"Sat Dec 31 19:00:00 2005"
I am assuming this has to do with timezone? Reading the docs thought, it seems like the date functions assume the time is UTC and only makes conversion, say, when adding the minutes offset on the call to date?
Jeremy