Code: Select all
> (date-parse "27/Feb/2012:17:14:34" "%d/%b/%Y:%H:%M:%S")
1330362874
> (date 1330362874 0 "%d/%b/%Y:%H:%M:%S")
"28/Feb/2012:01:14:34"
Why??
I did not change locale, I created this time "27/Feb/2012:17:14:34" under the same locale.
Code: Select all
~ $ newlisp
newLISP v.10.4.0 64-bit on OSX IPv4/6, execute 'newlisp -h' for more info.