K 10
svn:author
V 5
eagle
K 8
svn:date
V 27
2020-12-24T22:26:47.560640Z
K 7
svn:log
V 216
Fix GCC warnings in tests/lib/date-t.c

GCC 10.2.1 rightfully complains that the snprintf invocations
in this test may overflow the buffer length and truncate.  Use
basprintf instead to avoid having to size buffers.

END
