From: Matthieu Villeneuve
Subject: Re: time question
Date: 
Message-ID: <3CCED2A8.32BB278F@tumbleweed.com>
What about the timezone?

--Matthieu


Myriam Abramson wrote:
> 
> Hi!
> 
> Why does (encode-universal-time 0 0 0 1 1 1900) returns 18000 and not
> 0?
> 
> I am trying to adjust (get-universal-time) to January 1 1970 to pass
> to a c program and it seems that something worth 18000 seconds is missing to
> match the c time function. Daylight-savings-time should be set.
> 
> (- (get-universal-time) (- (encode-universal-time 0 0 0 1 1 1970)
> 18000))
> 
> TIA
> 
>                                    myriam