summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands/db.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/db.rs b/src/commands/db.rs
index 605754b..f79306b 100644
--- a/src/commands/db.rs
+++ b/src/commands/db.rs
@@ -524,7 +524,7 @@ fn jobs(conn_cfg: DbConnectionConfig<'_>, matches: &ArgMatches) -> Result<()> {
Ok(vec![
submit.uuid.to_string(),
job.uuid.to_string(),
- submit.submit_time.to_string(),
+ submit.submit_time.format("%Y-%m-%d %H:%M:%S").to_string(),
ep.name,
success,
package.name,