[racket-dev] [plt] Push #29098: master branch updated

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Fri Jul 25 10:59:24 EDT 2014

On Fri, Jul 25, 2014 at 10:39 AM,  <mflatt at racket-lang.org> wrote:
>
> | As far as I can tell, we have to compute ourselves whether a
> | date is in daylight-saving time based on specifications of
> | when daylight and standard times start. That part seems tricky
> | and could use extra review.

>From a quick search of the repository, it looks like
`scheme_get_seconds` and `seconds_to_date` aren't used anywhere else
in the C code, and thus could be rewritten in Racket using the FFI,
which might make the extra review easier. :)

Sam

Posted on the dev mailing list.