bug#26121: guile-2.2.0: date -d argument problem

2018-02-01 Thread ITOH Yasufumi
Hello, date options should precede the format string. % date -u +'%Y-%m-%d %T' -d @10 date: Expected digit in canonical time date: -d date: ^ Usage: date [-ajnu] [-d date] [-r seconds] [+format] [[CC]yy]mm]dd]HH]MM[.SS]] % date -u -d @10 +'%Y-%m-%d %T' 1970-01-02 03:46:40 Possibly th

bug#26121: guile-2.2.0: date -d argument problem

2017-03-16 Thread Thomas Klausner
Hi! When building guile-2.2.0 on NetBSD, I see: gmake[2]: Entering directory '/scratch/lang/guile21/work/guile-2.2.0/libguile' date: Expected digit in canonical time date: -d date: ^ Usage: date [-ajnu] [-d date] [-r seconds] [+format] [[CC]yy]mm]dd]HH]MM[.SS]] GEN libpath.h Thomas