diff --git a/hack/update-header.sh b/hack/update-header.sh index a82bff9925..6e9a3e635d 100755 --- a/hack/update-header.sh +++ b/hack/update-header.sh @@ -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