From f6fbd8283245ca0d85a5b9d35b1f6afb60997c54 Mon Sep 17 00:00:00 2001
From: Olivier Couet <Olivier.Couet@cern.ch>
Date: Thu, 3 May 2012 14:18:29 +0000
Subject: [PATCH] Fix https://savannah.cern.ch/bugs/?93931. A time axis defined
 with the GMT option, saved into a root file in a given time zone, was
 different when displayed in an other time zone. The time zone offset in which
 the axis was created is now saved with the time axis offset allowing to make
 the right adjustments when the axis is displayed in an other time zone.

git-svn-id: http://root.cern.ch/svn/root/trunk@44091 27541ba8-7e3a-0410-8455-c3a389f83636
---
 hist/doc/v534/index.html | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/hist/doc/v534/index.html b/hist/doc/v534/index.html
index 7c7b09380e0..894f25f2ad1 100644
--- a/hist/doc/v534/index.html
+++ b/hist/doc/v534/index.html
@@ -67,6 +67,17 @@ root [2] histo->Draw("hist,text") ;
 </li>
 </ul>
 
+<h3>TAxis</h3>
+<ul>
+<li>
+A time axis defined with the GMT option, saved into a root file in a
+given time zone, was different when displayed in an other time zone.
+The time zone offset in which the axis was created is now saved with
+ the time axis offset allowing to make the right adjustments when 
+the axis is displayed in an other time zone.
+</li>
+</ul>
+
 <h3>TGraph2DPainter</h3>
 <ul>
 <li>
-- 
GitLab