Date Help
Posted: Wed Dec 06, 2006 11:40 pm
Can someone help me out here?
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
Code: Select all
> (date (date-value 2006 1 1))
"Sat Dec 31 19:00:00 2005"
Jeremy