From 5afa8384570295ae900290f5802d32ae2e7ffe47 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 5 Oct 2023 17:37:21 +0100 Subject: [PATCH] cmd: Make --progress output logs in the same format as without See: https://forum.rclone.org/t/using-progress-change-dates-from-2023-10-05-to-2023-10-05/42173 --- cmd/progress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/progress.go b/cmd/progress.go index 5468488d4..fbdcd19a1 100644 --- a/cmd/progress.go +++ b/cmd/progress.go @@ -20,7 +20,7 @@ const ( // interval between progress prints defaultProgressInterval = 500 * time.Millisecond // time format for logging - logTimeFormat = "2006-01-02 15:04:05" + logTimeFormat = "2006/01/02 15:04:05" ) // startProgress starts the progress bar printing