We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7898db2 commit a67ea7cCopy full SHA for a67ea7c
1 file changed
src/logging/file.rs
@@ -141,7 +141,7 @@ impl FileLoggingActor {
141
.unwrap_or(&self.last_rr);
142
143
if let Some(csv_writer) = &mut self.csv_writer {
144
- let timestamp = heart_rate_status.timestamp.format("%Y-%m-%d %H:%M:%S");
+ let timestamp = heart_rate_status.timestamp.format("%Y-%m-%d %H:%M:%S%.3f");
145
let csv_data = CsvData {
146
Timestamp: timestamp.to_string(),
147
BPM: heart_rate_status.heart_rate_bpm,
0 commit comments