On Fri, Oct 21, 2016 at 12:17 AM, Jack Firth <jackhfi...@gmail.com> wrote:

> There's also the Gregor package (https://docs.racket-lang.org/
> gregor/index.html?q=gregor), which gives a much more comprehensive
> interface to dates and times. In particular, Gregor allows you to specify
> an "offset resolver" for these sorts of time-holes.
>
>
I'd just add to this that if you're not using local times at all (which
seems to be the case here), you're better off using Gregor's `datetime`
type (instead of `moment`). That way you don't need to worry about time
zones and their idiosyncrasies.

-- 
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to