Re: findutils 4.6.0 v. Tru64 (strftime() v. "%F"?)

2017-05-24 Thread Steven M. Schweda
Tru64 is not alone. On an old HP-UX system, it's different but still sub-ideal: dy# findutils-4.6.0/find/find . -name fred -printf '%C+\n' May+16:18:11.00 There, "man strftime" says: [...] The following directives are provided for backward compatibility with the direct

Re: findutils 4.6.0 v. Tru64 (strftime() v. "%F"?)

2017-05-24 Thread Steven M. Schweda
Steven M. Schweda sms@antinode-info

findutils 4.6.0 v. Tru64 (strftime() v. "%F"?)

2017-05-24 Thread Steven M. Schweda
I recently built findutils 4.6.0 on a DEC/Compaq/HP[E] Tru64 system with imperfect results: urtx# touch fred urtx# /usr/local/bin/find . -name fred -printf '%C+\n' %F+13:28:57.00 My (quick, unreliable) analysis suggests that this is caused by use of the (old/lame) Tru64 strftime(),