[chg] only 3 decimal places (save space)
This commit is contained in:
parent
2597cc87b8
commit
fb4d9ee3f4
@ -6,7 +6,7 @@ use std::{
|
|||||||
|
|
||||||
use chrono::prelude::*;
|
use chrono::prelude::*;
|
||||||
|
|
||||||
const TIME_FORMAT: &str = "%H:%M:%S%.6f";
|
const TIME_FORMAT: &str = "%H:%M:%S%.3f";
|
||||||
|
|
||||||
type LogtimesResult = Result<(), IoError>;
|
type LogtimesResult = Result<(), IoError>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user