[root] / trunk / core / base / inc / TDatime.h Repository:
ViewVC logotype

Log of /trunk/core/base/inc/TDatime.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 31064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 10 14:39:38 2009 UTC (5 years, 2 months ago) by rdm
File length: 4837 byte(s)
Diff to previous 22961
add comments to clarify issue #56319.

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 4856 byte(s)
Diff to previous 20877
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4856 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4856 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4903 byte(s)
Diff to previous 19688
remove :$ from tag line

Revision 19688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Aug 26 23:35:56 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4913 byte(s)
Diff to previous 19461
From Valeri O.:
add GetDayOfWeek() with Monday being day 1 (idem like in TTimeStamp).

Revision 19461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 26 13:28:10 2007 UTC (7 years, 6 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4876 byte(s)
Diff to previous 18638
add some cautions in the class description and Convert() method on concerning
time zones.

Revision 18638 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 3 08:15:11 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 4201 byte(s)
Diff to previous 17680
Implement a suggestion from kerry.t.lee@nasa.gov:
//add implementation of new Set method in TDatime.cxx
void TDatime::Set(const char* sqlDateTime)
   // Expects as input a string in SQL date/time compatible format, like:
   // yyyy-mm-dd hh:mm:ss.

Revision 17680 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 4 17:39:44 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 4155 byte(s)
Diff to previous 15017
-Move typedefs previously in Htypes.h and Gtypes.h to Rtypes.h
-Move enum EColorType to Rtypes.h
-Move enum EMarkerStyle to TAttMarker
-Move enum ELineStyle to TAttLine
-Replace all references to Htypes.h or Gtypes.h by Rtypes.h

Revision 15017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 11:00:50 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 4154 byte(s)
Diff to previous 12143
From Federico:
More headers changed to facilitate the use of the gcc option weffc++

Revision 12143 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 23 10:51:12 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4125 byte(s)
Diff to previous 11523
add thread safe version of AsString() method.

Revision 11523 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 7 14:43:35 2005 UTC (9 years, 9 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4082 byte(s)
Diff to previous 9418
Fix many warnings generated by the latest gcc 4.0 about classes with
virtual functions (all classes having a ClassDef) that did not have a
virtual dtor.

Revision 9418 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 7 22:42:40 2004 UTC (10 years, 6 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 4057 byte(s)
Diff to previous 6231
add code to decode DOS encoded UInt_t time value.

Revision 6231 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 3 20:02:22 2003 UTC (11 years, 10 months ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 3998 byte(s)
Diff to previous 5518
Fix in TDatime constructor (thanks to Mathieu de Naurois)
root [12] TDatime t((UInt_t)time(0));
root [13] t.Print()
Date/Time = Sat Sep 18 01:59:00 2010
root [14] t.Set((UInt_t)time(0))
root [15] t.Print()
Date/Time = Mon Mar  3 20:28:19 2003

Revision 5518 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 31 07:27:37 2002 UTC (12 years, 2 months ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 4002 byte(s)
Diff to previous 5039
Make const all Copy functions.
WARNING: If your class implements a Copy function deriving
from TObject or one of the ROOT classes, you must make
your Copy function const.

Revision 5039 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 2 11:06:21 2002 UTC (12 years, 5 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 3996 byte(s)
Diff to previous 3442
added the GetYear(), GetMonth(), GetDay(), GetHour(), GetMinute() and
GetSecond() methods to avoid bit manipulation by the users.

Revision 3442 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 14:46:06 2001 UTC (13 years, 1 month ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 3618 byte(s)
Diff to previous 2319
add boolean argument "toGMT" to Convert(). The default is false for backward
compatibility, setting it to true returns the unix time in GMT.

Revision 2319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 29 16:21:35 2001 UTC (13 years, 7 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 3598 byte(s)
Diff to previous 1205
added new method Set(UInt_t) which takes the result of time() or of Convert()
(i.e. the time since the beginning of the Epoch, 00:00:00 1 Jan 1970).

Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/base/inc/TDatime.h
File length: 3567 byte(s)
Diff to previous 3
      W A R N I N G   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
   virtual TObject    *Clone() const;
   virtual Int_t       Compare(const TObject *obj) const;
   virtual void        Delete(Option_t *option=""); // *MENU*
   virtual void        DrawClass() const; // *MENU*
   virtual void        DrawClone(Option_t *option="") const; // *MENU*
   virtual void        Dump() const; // *MENU*
   virtual TObject    *FindObject(const TObject *obj) const;
   virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
   virtual ULong_t     Hash() const;
   virtual void        Inspect() const; // *MENU*
   virtual Bool_t      IsEqual(const TObject *obj) const;
   virtual void        ls(Option_t *option="") const;
   virtual void        Print(Option_t *option="") const;

A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/inc/TDatime.h
File length: 3496 byte(s)
Copied from: branches/rdm/base/inc/TDatime.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/inc/TDatime.h
File length: 3496 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9