Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
d6fcd3e5
Commit
d6fcd3e5
authored
Oct 13, 2018
by
Yann Garcia
Browse files
Update base_time.hh with correct ITS UTC base time
parent
94ee7f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
ccsrc/Framework/base_time.hh
View file @
d6fcd3e5
...
...
@@ -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
=
107291
1600000L
-
36
00L
;
//! Base time 01/01/2004 in millseconds
const
unsigned
long
long
its_base_time
=
107291
52000
00L
;
//! Base time 01/01/2004
12:00am
in millseconds
static
base_time
*
_instance
;
private:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment