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

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

Parent Directory Parent Directory


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

Revision 34556 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 22 15:10:17 2010 UTC (4 years, 6 months ago) by rdm
File length: 1986 byte(s)
Diff to previous 22961
change TTime data member from Long_t to Long64_t. On 32-bit systems the
Long_t is 32-bits and too small to keep the time in milliseconds since the ROOT EPOCH (1-1-1995). Added new operators:

operator long long()
operator unsigned long long()

The existing operators long and unsigned long on 32-bit machines return
an error in case the stored time is larger then 32-bit and truncation
occurs (like was always the case till now, but silently).

root [1] long x = gSystem->Now()
Error in <TTime::operator long()>: time truncated, use operator long long
root [2] x
(long)1269092933
root [3] long long y = gSystem->Now()
root [4] y
(long long)490895375364

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: 1373 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/TTime.cxx
File length: 1373 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/TTime.cxx
File length: 1373 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/TTime.cxx
File length: 1423 byte(s)
Diff to previous 13258
remove :$ from tag line

Revision 13258 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 16 20:11:59 2005 UTC (9 years, 2 months ago) by pcanal
Original Path: trunk/base/src/TTime.cxx
File length: 1433 byte(s)
Diff to previous 3
White spaces and comments update

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/TTime.cxx
File length: 1344 byte(s)
Copied from: branches/rdm/base/src/TTime.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/TTime.cxx
File length: 1344 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