Update timezone for builds

This commit is contained in:
Bruce Dubbs 2023-01-02 14:15:43 -06:00
parent c7f74cdbb6
commit 45a010ac7a

View File

@ -29,7 +29,7 @@ if ! git status > /dev/null; then
fi
export LC_ALL=en_US.utf8
export TZ=US/Pacific
export TZ=America/Chicago
commit_date=$(git show -s --format=format:"%cd" --date=local)