ATLAS Offline Software
VP1TimeUtilities.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // //
7 // Header file for class VP1BatchUtilities //
8 // //
9 // Author: Riccardo Maria Bianchi <rbianchi@cern.ch> //
10 // //
11 // Initial version: Jan 2019 //
12 // //
14 
15 
16 #ifndef VP1UTILSBASE_VP1TimeUtilities
17 #define VP1UTILSBASE_VP1TimeUtilities
18 
19 
20 //NB: There should never be any Qt (or Athena of course) includes in this file!!!
21 #include <ctime> /* time_t, time, ctime */
22 #include <string>
23 
24 
26 {
27 public:
28  static std::string getHumanReadableTimestamp(time_t t_timestamp);
29 
30 private:
33 };
34 
35 #endif
VP1TimeUtilities::~VP1TimeUtilities
~VP1TimeUtilities()
VP1TimeUtilities
Definition: VP1TimeUtilities.h:26
VP1TimeUtilities::VP1TimeUtilities
VP1TimeUtilities()
VP1TimeUtilities::getHumanReadableTimestamp
static std::string getHumanReadableTimestamp(time_t t_timestamp)
Definition: VP1TimeUtilities.cxx:24