On Mon 27 Mar 2017 18:06, Andrew Moss <andrewm...@pobox.com> writes: > I believe I have fixed this bug, but I'm not sure if I put the test > case in the right place within the file. Please see the attached > patch. > > From e975f8ae8d494985a51faed5b15c5664a557e0e2 Mon Sep 17 00:00:00 2001 > From: Andrew Moss <andrewm...@pobox.com> > Date: Mon, 27 Mar 2017 11:58:29 -0400 > Subject: [PATCH] Fixed bug: ~N mishandles small nanoseconds value > > Fixes <http://bugs.gnu.org/26261>. > Reported by Zefram <zef...@fysh.org>. > > * module/srfi/srfi-19.scm ("define directives"): N padding increased from 7 > to 9 > > * test-suite/tests/srfi-19.test ("date->string"): New test.
Applied. Thank you very very much for the fix! Andy