Hi,

Jon Wilson <[EMAIL PROTECTED]> writes:

> guile> (date->string (current-date))
> "Wed Jun 27 16:39:42-0400 2007"
> guile> (date->string (julian-day->date (date->julian-day (current-date))))
> "Wed Jun 27 12:39:43-0400 2007"
>
> Offset by four hours from one another.  Of course, the four hours
> comes from the -0400 time zone.  But clearly one of the two functions
> is taking the time zone into account in a different manner from the
> other function, leading to this discrepancy.

I applied your patch to both branches.

Thanks!

Ludovic.




_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to