comparison bin/dateu @ 11946:7749e14b2064 draft

<b_jonas> `` sed -i \'s/%N/%3N/\' bin/dateu; dateu
author HackEso <hackeso@esolangs.org>
date Tue, 17 Sep 2019 22:32:18 +0000
parents 06331fefa90d
children
comparison
equal deleted inserted replaced
11945:59147378b1a9 11946:7749e14b2064
1 #!/bin/sh 1 #!/bin/sh
2 exec date -u ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u" 2 exec date -u ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%3N %z %Z %B %-e %A %G-W%V-%u"