diff --git a/hack/update-header.sh b/hack/update-header.sh index 276240a655322..7ed94d29110e6 100755 --- a/hack/update-header.sh +++ b/hack/update-header.sh @@ -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