bk: 4b5c09b7Wzt0g83rwQxq_MQ8htAaaQ
---
+* 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.
*) 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