From: Steven Baltakatei Sandoval Date: Tue, 23 May 2023 02:11:01 +0000 (+0000) Subject: doc(user/bkdatev):Add comment warning about macOS compatibility X-Git-Tag: 0.8.2^2~6 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/79cb35dcab82101c36b5035f242d39d0e1593767?ds=inline;hp=79cb35dcab82101c36b5035f242d39d0e1593767 doc(user/bkdatev):Add comment warning about macOS compatibility - Note: Basically, the `bkdatev` command by itself should work with macOS 11.1. Additional arguments are passed along to `date` so the provided example (`bkdatev --date="2001-09-11T09:02:59-04"`) will fail due to BSD `date` not accepting ISO-8601 date strings like GNU Coreutils `date` does. ---