diff --git a/src/reporter.rs b/src/reporter.rs index 18bd506..b01c6df 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -601,7 +601,7 @@ impl DetailsReporter { let atime = cmd .committer_timestamp .format(gix::date::time::format::SHORT.clone()) - .unwrap_or_else(|_| "".to_string()); + .unwrap_or_else(|_| cmd.committer_timestamp.seconds.to_string()); let git_metadata = serde_json::json!({ "repository_url": repository_url,