[root] / trunk / core / base / src / TDatime.cxx Repository:
ViewVC logotype

Log of /trunk/core/base/src/TDatime.cxx

Parent Directory Parent Directory


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

Revision 35923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 30 14:43:53 2010 UTC (4 years, 3 months ago) by brun
File length: 13814 byte(s)
Diff to previous 31064
use snprintf

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: 13810 byte(s)
Diff to previous 30229
add comments to clarify issue #56319.

Revision 30229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 17 14:48:03 2009 UTC (5 years, 4 months ago) by rdm
File length: 13403 byte(s)
Diff to previous 25562
use reentrant gmtime_r and localtime_r in case we compile with _REENTRANT.

Revision 25562 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 26 13:10:57 2008 UTC (6 years, 3 months ago) by rdm
File length: 13128 byte(s)
Diff to previous 22961
Comments in Set() code fixed concerning year range and check on year adjusted.
Fixes issue 41842.

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: 13128 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/src/TDatime.cxx
File length: 13128 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/src/TDatime.cxx
File length: 13128 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/src/TDatime.cxx
File length: 13177 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/src/TDatime.cxx
File length: 13187 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/src/TDatime.cxx
File length: 12722 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/src/TDatime.cxx
File length: 11783 byte(s)
Diff to previous 17213
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 17213 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 18:06:34 2006 UTC (8 years, 1 month ago) by rdm
Original Path: trunk/base/src/TDatime.cxx
File length: 11531 byte(s)
Diff to previous 16688
fix fatal compile error on Solaris 10 i386 gcc 3.

Revision 16688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 6 09:48:10 2006 UTC (8 years, 2 months ago) by rdm
Original Path: trunk/base/src/TDatime.cxx
File length: 11496 byte(s)
Diff to previous 12155
From Maarten:
this fix avoids re-initializing the timezone over and over again
(which internally called getenv() for TZ) by using localtime_r().

Revision 12155 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 23 13:33:47 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/base/src/TDatime.cxx
File length: 11494 byte(s)
Diff to previous 12143
ctime_r() on Solaris has on extra buffer length argument.

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/src/TDatime.cxx
File length: 11416 byte(s)
Diff to previous 9418
add thread safe version of AsString() method.

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/src/TDatime.cxx
File length: 10674 byte(s)
Diff to previous 6810
add code to decode DOS encoded UInt_t time value.

Revision 6810 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 2 11:53:15 2003 UTC (11 years, 6 months ago) by rdm
Original Path: trunk/base/src/TDatime.cxx
File length: 10323 byte(s)
Diff to previous 5518
convertion to UTC did not take correctly the DST into account. Fix by Damir.

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/src/TDatime.cxx
File length: 10297 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/src/TDatime.cxx
File length: 10291 byte(s)
Diff to previous 4613
added the GetYear(), GetMonth(), GetDay(), GetHour(), GetMinute() and
GetSecond() methods to avoid bit manipulation by the users.

Revision 4613 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 30 10:50:20 2002 UTC (12 years, 7 months ago) by rdm
Original Path: trunk/base/src/TDatime.cxx
File length: 10300 byte(s)
Diff to previous 3442
make several comments more explicit to avoid confusion.

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/src/TDatime.cxx
File length: 10208 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/src/TDatime.cxx
File length: 10045 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/src/TDatime.cxx
File length: 9433 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/src/TDatime.cxx
File length: 9360 byte(s)
Copied from: branches/rdm/base/src/TDatime.cxx 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/src/TDatime.cxx
File length: 9360 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