Hello Racketeers,
the ~S formatter [1] in srfi/19's date->string expects struct with
nanoseconds, which means it is impossible to use it with plain date
structs (only date*).
Is this required by how SRFI 19 should work or can I submit a patch to
make it optional? Format strings work up to minute precision with struct
date and for second precision date* or srfi/19 "lax-date" / srfi:date is
required.
Cheers,
Dominik
[1]
https://github.com/racket/srfi/blob/master/srfi-lite-lib/srfi/19/time.rkt#L1195