Skip to content

Commit

Permalink
Add timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 committed Jan 5, 2024
1 parent a586ea1 commit 2d7d0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/flows/src/v5/ibd/progress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl ProgressReporter {
percent,
DateTime::from_timestamp(current_timestamp as i64 / 1000, 1000 * (current_timestamp as u32 % 1000))
.expect("consensus validated the timestamp is within a valid range")
.format("%Y-%m-%d %H:%M:%S.%3f"),
.format("%Y-%m-%d %H:%M:%S.%3f:%z"),
);
self.last_reported_percent = percent;
}
Expand Down

0 comments on commit 2d7d0cb

Please sign in to comment.