Skip to content

Commit

Permalink
Image build date now honours timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Phillips authored and XECDesign committed Jun 27, 2017
1 parent a0060bd commit 50e5c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 50e5c01

Please sign in to comment.