rust/rhg/src/blackbox.rs
changeset 48599 abbecb5cd6f3
parent 46704 7284b524b441
child 49125 137a93125902
--- a/rust/rhg/src/blackbox.rs	Mon Jan 17 21:00:33 2022 -0500
+++ b/rust/rhg/src/blackbox.rs	Mon Jan 17 21:20:46 2022 -0500
@@ -13,7 +13,7 @@
 const DEFAULT_MAX_FILES: u32 = 7;
 
 // Python does not support %.3f, only %f
-const DEFAULT_DATE_FORMAT: &str = "%Y/%m/%d %H:%M:%S%.3f";
+const DEFAULT_DATE_FORMAT: &str = "%Y-%m-%d %H:%M:%S%.3f";
 
 type DateTime = chrono::DateTime<chrono::Local>;