From: Travis Cross Date: Fri, 21 Sep 2012 18:22:48 +0000 (+0000) Subject: debian: Ensure date is calculated in UTC X-Git-Tag: v1.3.0~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d98bb16b3dbcd30a8cb22806ec43ef4dbee2794f;p=thirdparty%2Ffreeswitch.git debian: Ensure date is calculated in UTC --- diff --git a/debian/util.sh b/debian/util.sh index b270dbd2f8..b15d918378 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -140,7 +140,7 @@ get_last_release_ver () { get_nightly_version () { local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)" - echo "$(get_last_release_ver)+git~$(date +%Y%m%dT%H%M%SZ)~$commit" + echo "$(get_last_release_ver)+git~$(date -u +%Y%m%dT%H%M%SZ)~$commit" } create_orig () {