From 2f7b733f7eaf45166fde4a88f0709aa56aba06d5 Mon Sep 17 00:00:00 2001 From: Yug Date: Wed, 7 Apr 2021 17:55:27 +0530 Subject: [PATCH] doc: update command usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Running the command specified `date -d 14:00 UTC` fails with the following error: ```date: the argument ‘UTC’ lacks a leading '+'; when using an option to specify date(s), any non-option argument must be a format string beginning with '+' ``` Add quotes to ensure expected output. Signed-off-by: Yug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f59b442..364c5b0ed 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ More details are available [here](https://github.com/ceph/ceph-csi/issues/463) A regular dev standup takes place every other [Monday,Tuesday,Thursday at 2:00 PM UTC](https://redhat.bluejeans.com/702977652). Convert to your local -timezone by executing command `date -d 14:00 UTC` on terminal +timezone by executing command `date -d "14:00 UTC"` on terminal Any changes to the meeting schedule will be added to the [agenda doc](https://docs.google.com/document/d/1K1aerdMpraIh56-skdoEoVF9RZrO4NUcbHtjN-f3u1s).