Use UTC when calculating copyright year

This commit is contained in:
John Gardiner Myers 2020-02-16 11:27:26 -08:00
parent 0c2fe666e4
commit 78e9f5abe0
1 changed files with 1 additions and 1 deletions

View File

@ -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