From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F78B138334 for ; Sat, 7 Dec 2019 22:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0072BE0855; Sat, 7 Dec 2019 22:37:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69FE2E0855 for ; Sat, 7 Dec 2019 22:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 397E134D658 for ; Sat, 7 Dec 2019 22:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BD5B26C for ; Sat, 7 Dec 2019 22:37:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1575758189.1351cc4c25608dade44d6209b12dbe418b7a7903.ulm@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: eapi_usage.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1351cc4c25608dade44d6209b12dbe418b7a7903 X-VCS-Branch: master Date: Sat, 7 Dec 2019 22:37:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 850c4f27-aae6-40ad-a0cf-2445e73be594 X-Archives-Hash: 33f6017d6070a14546ab145e9c44fbd5 commit: 1351cc4c25608dade44d6209b12dbe418b7a7903 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 7 22:36:29 2019 +0000 Commit: Ulrich Müller gentoo 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 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')"