diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-02 14:15:43 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-02 14:15:43 -0600 |
commit | 45a010ac7adb49ea619e8a1299d74804660334ea (patch) | |
tree | 9766a816b513c9342a6f4ede548f439f4d6778d8 | |
parent | c7f74cdbb66975b4499a8e4ea13b8d53b62744bc (diff) |
Update timezone for builds
-rwxr-xr-x | git-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-version.sh b/git-version.sh index a00deb6d2..6dd3d90be 100755 --- a/git-version.sh +++ b/git-version.sh @@ -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) |