> On Sep 22, 2016, at 12:38, Geoffrey Knauth <[email protected]> wrote: > > Now I see how silly I was in what I wrote above. In each case I specified > time 14:51 and got 18:51, which means it is still interpreting my input as > local time. I want to be able to specify 1851Z and have it come out 1851Z, > not 2251Z. I hope this makes sense.
doesn’t ‘find-seconds’ do that? #lang racket (require racket/date) (define d1 (find-seconds 0 51 14 22 9 2016 #f)) > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: PGP signature

