Commit c51d28660854fcd317b68af31363a18de2a0adde
1 parent
31dbec88
Exists in
master
and in
92 other branches
time util
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/TimeUtil/TimeUtil.hh
... | ... | @@ -10,6 +10,7 @@ |
10 | 10 | |
11 | 11 | #include <iostream> |
12 | 12 | #include <string> |
13 | + | |
13 | 14 | #include "DD_time.hh" |
14 | 15 | |
15 | 16 | namespace AMDA { |
... | ... | @@ -34,6 +35,7 @@ public: |
34 | 35 | static std::string formatTimeDateInIso(const double time) { |
35 | 36 | return formatTimeInIso(time, DD_TM_DATE); |
36 | 37 | } |
38 | + static void formatTimeDateWithSpaces(const double time , std::ostream& pOs); | |
37 | 39 | static std::string formatTimeIntervalInIso(const double time) { |
38 | 40 | return formatTimeInIso(time, DD_TM_TIME_INTERVAL); |
39 | 41 | } | ... | ... |