mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user