We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4989eb commit 9780a2bCopy full SHA for 9780a2b
src/main.rs
@@ -139,7 +139,7 @@ fn do_main() -> Result<i32> {
139
140
let run_info = RunInfo {
141
args: std::env::args().collect(),
142
- timestamp: chrono::Local::now().to_rfc3339_opts(SecondsFormat::Secs, true),
+ timestamp: chrono::Local::now().to_rfc3339_opts(SecondsFormat::Millis, true),
143
};
144
let persistent_data_store = PersistentDataStore::new(&config_path, run_info)?;
145
0 commit comments