]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use TZ=UTC instead of TZ= when calling date in scripts/mkver.in
authorHarlan Stenn <stenn@ntp.org>
Sun, 24 Jan 2010 08:49:59 +0000 (03:49 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sun, 24 Jan 2010 08:49:59 +0000 (03:49 -0500)
bk: 4b5c09b7Wzt0g83rwQxq_MQ8htAaaQ

ChangeLog
scripts/mkver.in

index 39e4547d3e00d861038f328e5f150a71fa44ec22..ac12d2890ad760a596394c48f5e2907ad2dcdefa 100644 (file)
--- 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.
index 11aa6134c14e25cf60641e267b9005dc05da6b84..4557a044277a0a38add73c9a6e687e3ac8bbac09 100644 (file)
@@ -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