Commit 69965318e24c16de79fd1de5ebe32c8e71b79797
1 parent
e8595a44
Exists in
master
and in
57 other branches
Changement git config --global credential.username
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Common/OutputFormatTime.hh
... | ... | @@ -17,7 +17,7 @@ namespace AMDA { |
17 | 17 | * Define output down load time format |
18 | 18 | */ |
19 | 19 | enum OutputFormatTime { |
20 | - FORMAT_OUTPUT_TIME_DOYTIME, ///< DD_server style | |
20 | + FORMAT_OUTPUT_TIME_DOYTIME, ///< DOYTIME | |
21 | 21 | FORMAT_OUTPUT_TIME_ISO, ///< ISO STYLE AAAA-MM-JJTHH:MM:ss.msd |
22 | 22 | FORMAT_OUTPUT_TIME_ISO_Z, ///< ISO STYLE AAAA-MM-JJTHH:MM:ss.msd |
23 | 23 | FORMAT_OUTPUT_TIME_DOUBLE, ///< in second; stating from 1970 | ... | ... |