Skip to content

Commit

Permalink
Merge pull request #8575 from johngmyers/utc
Browse files Browse the repository at this point in the history
Use UTC when calculating copyright year
  • Loading branch information
k8s-ci-robot committed Feb 17, 2020
2 parents 5a99bb4 + 78e9f5a commit c5d8b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5d8b14

Please sign in to comment.