Image build date now honours timezone

pull/77/head
Thomas Phillips 2017-06-02 16:51:54 +12:00
parent 7bbaac3344
commit 2415020ebe
No known key found for this signature in database
GPG Key ID: C51820935AC897CD
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ if [ -z "${IMG_NAME}" ]; then
exit 1
fi
export IMG_DATE=${IMG_DATE:-"$(date -u +%Y-%m-%d)"}
export IMG_DATE=${IMG_DATE:-"$(date +%Y-%m-%d)"}
export BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export SCRIPT_DIR="${BASE_DIR}/scripts"