[Rt-commit] r7992 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Thu Jun 7 13:16:50 EDT 2007


Author: jesse
Date: Thu Jun  7 13:16:48 2007
New Revision: 7992

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/RT.pm.in

Log:
 r58101 at pinglin:  jesse | 2007-06-07 13:15:56 -0400
 *  Now honor RT::Timezone


Modified: rt/branches/3.6-RELEASE/lib/RT.pm.in
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT.pm.in	(original)
+++ rt/branches/3.6-RELEASE/lib/RT.pm.in	Thu Jun  7 13:16:48 2007
@@ -173,6 +173,8 @@
     # If the user does that, do what they mean.
     $RT::WebPath = '' if ($RT::WebPath eq '/');
 
+    $ENV{'TZ'} = $RT::Timezone if ($RT::Timezone);
+
     RT::I18N->Init;
 }
 


More information about the Rt-commit mailing list