On Fri, Jul 25, 2014 at 10:39 AM,  <mfl...@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
_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to