bug#41495: stat birth time issues with coreutils-8.32

2020-05-23 Thread Andy
On my arch linux system, I can't see birth time with coreutils-8.32 with either of - zfs mounts - ext4 mounts But I am having success with: - smb mounts == System details: stat --version > stat (GNU coreutils) 8.32 pacman -Qi coreutils > version 8.32-1 uname -a > 5.6.14-arch1-1

bug#41480: Chars out of order in date.c string

2020-05-23 Thread Paul Eggert
On 5/23/20 4:41 AM, Anders Jonsson wrote: > I noticed one thing when having a look at the Swedish translation of > coreutils. > >>#: src/date.c:196 >>msgid "" >>"  %F   full date; like %+4Y-%m-%d\n" There must be some confusion here, because this translation is for coreutils 8.31 and later. >

bug#41480: Chars out of order in date.c string

2020-05-23 Thread Anders Jonsson
Hi, I noticed one thing when having a look at the Swedish translation of coreutils. >#: src/date.c:196 >msgid "" >"  %F   full date; like %+4Y-%m-%d\n" This doesn't give the expected result when I try it in coreutils 8.30 in Debian testing: >date +%F 2020-05-23 >date +%+4Y-%m-%d