aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 19:41:25 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-12 19:41:25 +0000
commit4e3e4a83f21eddbe588133ad826012923a84b90e (patch)
tree6ab667417f82706dc742bce13437bea295d74fd1 /build_tools
parent70723a77134015181a937d6def9dbf40e4ef9e19 (diff)
add UTC tag to date string so users are aware of the time offset
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6112 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_build_h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/make_build_h b/build_tools/make_build_h
index 1a62fc238..cd6391a88 100755
--- a/build_tools/make_build_h
+++ b/build_tools/make_build_h
@@ -14,7 +14,7 @@ cat << END
#define BUILD_KERNEL "${KERNEL}"
#define BUILD_MACHINE "${MACHINE}"
#define BUILD_OS "${OS}"
-#define BUILD_DATE "${DATE}"
+#define BUILD_DATE "${DATE} UTC"
#define BUILD_USER "${USER}"
END