-----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))'
Thank you, Kon -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iEYEARECAAYFAkYUAdsACgkQJJNoeGe+5O55CQCeJAP6aJ9M3dHccDw0sXzWetOf RXwAmgJ/z0sn0EtgDPtTaYUwqMzFQJeX =/Tyd -----END PGP SIGNATURE----- _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
