At 2006-02-22T22:29:27Z, Martin Simmons wrote:
(zone :string) (gmtoff :long))
I think you have zone and gmtoff in the wrong order (the man pages don't specify the order, so check the header files).
Thank you very much. That solved my problem.
I took the order of the slots from the FreeBSD man page gmtime(3). Perhaps I should file a FreeBSD bug report regarding the disparity between the man page and `time.h'.
Raghavendra.