Skip to content

Commit d98bb16

Browse files
committed
debian: Ensure date is calculated in UTC
1 parent 72baa97 commit d98bb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ get_last_release_ver () {
140140

141141
get_nightly_version () {
142142
local commit="$(git rev-list -n1 --abbrev=10 --abbrev-commit HEAD)"
143-
echo "$(get_last_release_ver)+git~$(date +%Y%m%dT%H%M%SZ)~$commit"
143+
echo "$(get_last_release_ver)+git~$(date -u +%Y%m%dT%H%M%SZ)~$commit"
144144
}
145145

146146
create_orig () {

0 commit comments

Comments
 (0)