commit:     1351cc4c25608dade44d6209b12dbe418b7a7903
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  7 22:36:29 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 22:36:29 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1351cc4c

eapi_usage.sh: Use sane date format.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eapi_usage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eapi_usage.sh b/eapi_usage.sh
index 29c3831..a4a47ac 100755
--- a/eapi_usage.sh
+++ b/eapi_usage.sh
@@ -22,4 +22,4 @@ find /usr/portage/metadata/md5-cache -type f ! -name '*.gz' \
     }'
 
 echo
-echo "Date generated: $(date)"
+echo "Date generated: $(date -u '+%Y-%m-%d %H:%M:%S %Z')"

Reply via email to