Bruno Haible <[email protected]> writes: > If printing a date is harder than assigning that date to a file, how is then > "ls -l" doing it? > > $ coreutils-8.12-64bit/src/ls -l f* > -rw-r--r-- 1 bruno users 48 31. Mär 01:57 foo1.c > -rw-r--r-- 1 bruno users 244 31. Mär 01:57 foo.c > -rw-r--r-- 1 bruno users 0 922337203685477580 future > > Hmm. A single column instead of 3 columns? Wouldn't it be better to print > > -rw-r--r-- 1 bruno users 0 10. Sep 29227704432 future
29227704432 is not representable in int tm_year, thus localtime fails. Andreas. -- Andreas Schwab, [email protected] GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
