We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e3c11 commit 3ea98a2Copy full SHA for 3ea98a2
1 file changed
Framework/src/TrendingTask.cxx
@@ -83,7 +83,7 @@ void TrendingTask::storeTrend(uint64_t timestamp, repository::DatabaseInterface&
83
84
void TrendingTask::trendValues(uint64_t timestamp, repository::DatabaseInterface& qcdb)
85
{
86
- mTime = timestamp;
+ mTime = timestamp / 1000; // ROOT expects seconds since epoch
87
// todo get run number when it is available. consider putting it inside monitor object's metadata (this might be not
88
// enough if we trend across runs).
89
mMetaData.runNumber = -1;
0 commit comments