diff options
-rw-r--r-- | bbot/worker/worker.cxx | 2 |
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 */)); |