summaryrefslogtreecommitdiff
path: root/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.rs b/src/client.rs
index ec99134..5a16a83 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -232,5 +232,5 @@ impl BackupClient {
fn current_timestamp() -> String {
let now: DateTime<Local> = Local::now();
- format!("{}", now.format("%Y-%m-%d %H:%M:%S %z"))
+ format!("{}", now.format("%Y-%m-%d %H:%M:%S.%f %z"))
}