log bin/dateu @ 11672:d97835d1efe7 draft

age author description
Thu, 06 Dec 2018 22:16:15 +0000 HackEso <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" draft
Thu, 31 Dec 2015 20:40:34 +0000 HackBot <b_jonas> `` echo $\'#!/bin/sh\\nexec date --rfc-3=n -u "$@"\' > bin/dateu && chmod a+x bin/dateu