* gcc_release: Set TZ to UTC0.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Apr 2002 17:23:36 +0000 (17:23 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Apr 2002 17:23:36 +0000 (17:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52529 138bc75d-0d04-0410-961f-82ee72b054a4

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 2d1299b..a40af48 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
+
+       * gcc_release: Set TZ to UTC0.
+
 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
 
        * gcc_release (build_tarfiles): Do not build Chill tarfiles.
index 67bc794..fbda550 100755 (executable)
@@ -557,6 +557,10 @@ export CVSROOT
 # Main Program
 ########################################################################
 
+# Set the timezone to UTC
+TZ="UTC0"
+export TZ
+
 # Handle the major modes.
 while [ $# -ne 0 ]; do
     case $1 in