Ignore:
Timestamp:
09/05/13 11:26:51 (11 years ago)
Author:
tbretz
Message:
Added a comment
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MTime.cc

    r15238 r17070  
    298298// strange offsets. You can get rid of this by calling:
    299299//    TAxis::SetTimeFormat("[your-format] %F1995-01-01 00:00:00 GMT");
     300// Note that an offset of 1970-01-01 does NOT work, because root
     301// assumes that this is local time, tries to convert that to UTC,
     302// which gives a negative unix time stamp in Europe, and ignores it.
    300303//
    301304Double_t MTime::GetAxisTime() const
Note: See TracChangeset for help on using the changeset viewer.