]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: version: Use UTC timestamp as build time
authorCorinna Vinschen <corinna@vinschen.de>
Thu, 24 Jan 2019 10:39:43 +0000 (11:39 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 24 Jan 2019 10:39:43 +0000 (11:39 +0100)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/mkvers.sh

index 6309c84b1d55b5527442a1ef483913312720aa42..b2db73cc76dfe0843e9711373e660e3d05e36476 100755 (executable)
@@ -58,7 +58,7 @@ parse_preproc_flags $CC
 #
 # Load the current date so we can work on individual fields
 #
-set -$- $(date +"%m %d %Y %H:%M")
+set -$- $(date -u +"%m %d %Y %H:%M")
 m=$1 d=$2 y=$3 hhmm=$4
 #
 # Set date into YYYY-MM-DD HH:MM:SS format
This page took 0.032765 seconds and 5 git commands to generate.