Re: Leap second bug?

2008-06-09 Thread Keith Wright
> From: Greg Troxel <[EMAIL PROTECTED]> > > It seems very odd for time-utc->date to pay attention to leap seconds. > I would only expect leap seconds to come into play when converting > between UTC and TAI. Procedure time-utc->date resents the anthropomorphism. The author of that procedure proba

Re: Leap second bug?

2008-06-09 Thread Greg Troxel
[EMAIL PROTECTED] (Ludovic Courtès) writes: > Hi, > > Ondrej Zajicek <[EMAIL PROTECTED]> writes: > >> (use-modules (srfi srfi-19)) >> (define (str->date str) (string->date str "~d-~m-~Y")) >> (define (date->str str) (date->string str "~d-~m-~Y")) >> >> (date->str (time-utc->date (date->time-utc (s