# HG changeset patch # User HackEso # Date 1544134575 0 # Node ID 39008ff3589cccd106c025ff6b7210188cb88d9a # Parent 645e87886a1ad77288e43e027cbca87f64f06c32 `` 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" diff -r 645e87886a1a -r 39008ff3589c bin/dateu --- 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"