mirror of https://github.com/kubernetes/kops.git
Merge pull request #8575 from johngmyers/utc
Use UTC when calculating copyright year
This commit is contained in:
commit
c5d8b142bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue