[racket-users] Re: moment->date or moment ... -> ... epoch-seconds

2016-09-22 Thread Jack Firth
On Thursday, September 22, 2016 at 10:55:11 AM UTC-7, Geoffrey Knauth wrote: > I was using Racket's date. Then I found it was creating a local time when I > needed UTC. So I started using moments from (require gregor). Now I'm trying > to figure out how to get either a regular date from a

[racket-users] Re: moment->date or moment ... -> ... epoch-seconds

2016-09-22 Thread Geoffrey Knauth
I solved my immediate problem by going back to dates and using: (seconds->date secs-n [local-time?]) → date*? secs-n : real? local-time? : any/c = #t and supplying #f as local-time. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To