Log of /trunk/core/base/src/TTime.cxx
Parent Directory
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.
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.