From 78e9f5abe0ebc4216912a031698b0d284da712da Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Sun, 16 Feb 2020 11:27:26 -0800 Subject: [PATCH] Use UTC when calculating copyright year --- hack/update-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update-header.sh b/hack/update-header.sh index 276240a655322..7ed94d29110e6 100755 --- a/hack/update-header.sh +++ b/hack/update-header.sh @@ -19,7 +19,7 @@ BAD_HEADERS=$((${KUBE_ROOT}/hack/verify-boilerplate.sh || true) | awk '{ print $7}') FORMATS="sh go Makefile Dockerfile" -YEAR=`date +%Y` +YEAR=`date -u +%Y` for i in ${FORMATS} do