Commit d6fcd3e5 authored by Yann Garcia's avatar Yann Garcia
Browse files

Update base_time.hh with correct ITS UTC base time

parent 94ee7f04
......@@ -17,7 +17,7 @@
* \brief This class provides time tools such as getting current time
*/
class base_time {
const unsigned long long its_base_time = 1072911600000L - 3600L; //! Base time 01/01/2004 in millseconds
const unsigned long long its_base_time = 1072915200000L; //! Base time 01/01/2004 12:00am in millseconds
static base_time* _instance;
private:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment