diff options
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-x | maintainer-scripts/gcc_release | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 67bc794ec63..fbda5500d2f 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -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 |