2007/4/5, felix winkelmann <[EMAIL PROTECTED]>:
On 4/4/07, Kon Lovett <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi,
>
> I just released a fix for Windows that should correct the problem of
> using the C 'timezone' since it is a function w/ Cygwin. I think all
> builds on Windows can use '_timezone'. However I cannot test it since
> I cannot build anymore on Windows.
>
> Please get the current Chicken darcs head & build. Then evaluate the
> following:
>
> csi -n -e '(require-extension posix) (print (build-platform) " -
> "(software-type) " - " (software-version) " : " (seconds->local-time
> (current-seconds)) " : " (seconds->utc-time (current-seconds)) " :
> " (local-time->seconds (seconds->local-time (current-seconds))) " :
> " (utc-time->seconds (seconds->utc-time (current-seconds))) " :
> " (local-timezone-abbreviation))'
>

This might be too late, but:

gnu -
unix - linux : #(46 35 9 5 3 107 4 94 #t -3600) : #(46 35 7 5 3 107 4
94 #f -3600) :
1175758546.0 :
1175758546.0 :
CET

That's Göttingen, Germany, CET +1 (I think)

Yes, CET is GMT + 1 and Germany is in daylight saving time which means
CET + 1, ie. GMT + 2.
Look here:
http://www.timeanddate.com/worldclock/city.html?n=995
http://wwp.european-union-eu.com/germany/time.htm
thu


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to