# HG changeset patch # User HackEso # Date 1568759527 0 # Node ID 59147378b1a94d2646085b9ca5e18e88fecd2f53 # Parent 78661b610a024d31c3e51103323fc31743cca31d `` sed -i \'s/%N/%3N/\' bin/datei; datei diff -r 78661b610a02 -r 59147378b1a9 bin/datei --- a/bin/datei Tue Sep 17 21:24:37 2019 +0000 +++ b/bin/datei Tue Sep 17 22:32:07 2019 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -exec date ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u" +exec date ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%3N %z %Z %B %-e %A %G-W%V-%u"