add UTC tag to date string so users are aware of the time offset

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6112 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming 2005-07-12 19:41:25 +00:00
parent 37184c4244
commit 676116f2e2
1 changed files with 1 additions and 1 deletions

View File

@ -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