16#ifndef O2_CCDBTIMESTAMPUTILS_H
17#define O2_CCDBTIMESTAMPUTILS_H
35long createTimestamp(
int year,
int month,
int day,
int hour,
int minutes,
int seconds);
long getCurrentTimestamp()
returns the timestamp in long corresponding to "now"
long createTimestamp(int year, int month, int day, int hour, int minutes, int seconds)
Converting time into numerical time stamp representation.
int adjustOverriddenEOV(CcdbApi &api, const CcdbObjectInfo &infoNew)
set EOV of overriden objects to SOV-1 of overriding one if it is allowed
long getFutureTimestamp(int secondsInFuture)
returns the timestamp in long corresponding to "now + secondsInFuture"
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...