aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-06 15:23:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-07-06 15:26:30 +0300
commite524c1a878eb7c282d0473fa9600333c1029cdbb (patch)
tree319cb20cba3a2a961093d04bb2f869d368714e57
parent402d446f534cc09a6b5048f2ef588d736bb3ac39 (diff)
Remove nanoseconds from step id line in worker log
-rw-r--r--bbot/worker/worker.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index b512245..1f44908 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -303,7 +303,7 @@ run_cmd (step_id step,
prompt (sid + " step is reached");
string ts (to_string (system_clock::now (),
- "%Y-%m-%d %H:%M:%S%[.N] %Z",
+ "%Y-%m-%d %H:%M:%S %Z",
true /* special */,
true /* local */));