Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-29 Thread Pádraig Brady
On 28/10/10 12:03, Jim Meyering wrote: >>From 4ee918f1ca742c9b02d00e703625b388b309bcc1 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Thu, 21 Oct 2010 18:41:24 +0200 > Subject: [PATCH] stat: revert %X-%Y-%Z change; use e.g., %:X to print > fractional seconds > > This reverts part of the

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-28 Thread Jim Meyering
Jim Meyering wrote: ... > I think I have fixed things, finally. > Here's how my latest works: > > $ touch -d '2010-10-21 18:43:33.012345678' k > $ src/stat -c %3:X k > 12345678 > $ src/stat -c %3.3:X k >12 > $ src/stat -c %03.3:X k > 012 > $ src/stat -c %:X k > 012345678 > $ s

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-27 Thread Jim Meyering
Pádraig Brady wrote: > On 26/10/10 18:59, Jim Meyering wrote: >> Jim Meyering wrote: >>> Jim Meyering wrote: >>> Pádraig Brady wrote: > On 22/10/10 18:43, Jim Meyering wrote: >> Part of reverting this change: >> >> stat now outputs the full sub-second resolution for the at

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-26 Thread Pádraig Brady
On 26/10/10 18:59, Jim Meyering wrote: > Jim Meyering wrote: >> Jim Meyering wrote: >> >>> Pádraig Brady wrote: On 22/10/10 18:43, Jim Meyering wrote: > Part of reverting this change: > > stat now outputs the full sub-second resolution for the atime, > mtime, and ctime

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-26 Thread Jim Meyering
Jim Meyering wrote: > Jim Meyering wrote: > >> Pádraig Brady wrote: >>> On 22/10/10 18:43, Jim Meyering wrote: Part of reverting this change: stat now outputs the full sub-second resolution for the atime, mtime, and ctime values since the Epoch, when using the %X, %Y, an

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-24 Thread Jim Meyering
Jim Meyering wrote: > Pádraig Brady wrote: >> On 22/10/10 18:43, Jim Meyering wrote: >>> Part of reverting this change: >>> >>> stat now outputs the full sub-second resolution for the atime, >>> mtime, and ctime values since the Epoch, when using the %X, %Y, and >>> %Z directives of th

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-23 Thread Jim Meyering
Pádraig Brady wrote: > On 22/10/10 18:43, Jim Meyering wrote: >> Part of reverting this change: >> >> stat now outputs the full sub-second resolution for the atime, >> mtime, and ctime values since the Epoch, when using the %X, %Y, and >> %Z directives of the --format option. This matc

Re: [coreutils] stat: reverting recent %X %Y %Z change

2010-10-22 Thread Pádraig Brady
On 22/10/10 18:43, Jim Meyering wrote: > Part of reverting this change: > > stat now outputs the full sub-second resolution for the atime, > mtime, and ctime values since the Epoch, when using the %X, %Y, and > %Z directives of the --format option. This matches the fact that > %x,

[coreutils] stat: reverting recent %X %Y %Z change

2010-10-22 Thread Jim Meyering
Part of reverting this change: stat now outputs the full sub-second resolution for the atime, mtime, and ctime values since the Epoch, when using the %X, %Y, and %Z directives of the --format option. This matches the fact that %x, %y, and %z were already doing so for the human-rea