Merge pull request #8575 from johngmyers/utc

Use UTC when calculating copyright year
This commit is contained in:
Kubernetes Prow Robot 2020-02-16 16:23:28 -08:00 committed by GitHub
commit c5d8b142bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
BAD_HEADERS=$((${KOPS_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