From: Harlan Stenn Date: Sun, 24 Jan 2010 08:49:59 +0000 (-0500) Subject: Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in X-Git-Tag: NTP_4_2_6P1_RC3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cae27da27babf9ac73b0adbb9e09cf49c48c049;p=thirdparty%2Fntp.git Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in bk: 4b5c09b7Wzt0g83rwQxq_MQ8htAaaQ --- diff --git a/ChangeLog b/ChangeLog index 39e4547d3..ac12d2890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ --- +* Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in . * [Bug 1448] Some macros not correctly conditionally or absolutely defined - on Windows -* [Bug 1449] ntpsim.h should be conditionally in ntp_config.c -* [Bug 1450] Option to exclude warnings not unconditionally defined on Windows + on Windows. +* [Bug 1449] ntpsim.h in ntp_config.c should be used conditionally. +* [Bug 1450] Option to exclude warnings not unconditionally defined on Windows. * [Bug 1127] Properly check the return of X590_verify() - missed one. * [Bug 1439] .texi generation must wait until after binary is linked. * [Bug 1440] Update configure.ac to support kfreebsd. diff --git a/scripts/mkver.in b/scripts/mkver.in index 11aa6134c..4557a0442 100644 --- a/scripts/mkver.in +++ b/scripts/mkver.in @@ -17,7 +17,7 @@ case "@LCRYPTO@" in *) ConfStr="${ConfStr}-?" ;; esac -ConfStr="$ConfStr `LC_TIME=C TZ= date`" +ConfStr="$ConfStr `LC_TIME=C TZ=UTC date`" if [ ! -f .version ]; then echo 0 > .version