Re: [racket-users] postgresql sql-timestamp problem - test.rkt (0/1)

2016-11-06 Thread Ryan Culpepper
On 11/06/2016 09:42 PM, George Neuner wrote: [...] The following in Racket gets it wrong. e.g., [...] => #(struct:sql-timestamp 2016 5 1 5 0 0 0 0) -> "2016-05-01 05:00:00Z" "2016-05-01 00:00:00-05" -> #(struct:sql-timestamp 2016 5 1 0 0 0 0 -18000) #(struct:sql-timestamp 2016 6 12 5 0 0 0 0)

[racket-users] postgresql sql-timestamp problem - test.rkt (0/1)

2016-11-06 Thread George Neuner
Hi all, Using Racket 6.6. I have a web app where the client provides a range of dates to match for a database search. The dates are provided in ISO8601 -MM-DD format, and there may be either: - a start and end date - a date and a span specified as a count [maybe negative] of