changeset 11664:39008ff3589c draft

<b_jonas> `` f=bin/dateu; >$f echo $\'#!/bin/sh\\n\'\'exec date -u "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"\'; chmod -c a+x "$f"
author HackEso <hackeso@esolangs.org>
date Thu, 06 Dec 2018 22:16:15 +0000
parents 645e87886a1a
children eeddb1de13d2
files bin/dateu
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/dateu	Thu Dec 06 21:55:05 2018 +0000
+++ b/bin/dateu	Thu Dec 06 22:16:15 2018 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec date --rfc-3=n -u "$@"
+exec date -u "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"