doc(user/bkdatev):Add comment warning about macOS compatibility
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 23 May 2023 02:11:01 +0000 (02:11 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 23 May 2023 02:11:01 +0000 (02:11 +0000)
commit79cb35dcab82101c36b5035f242d39d0e1593767
tree6b10d9b8214d81ca7371ec77f2830f0f7f2b5b08
parentbe603b6fc18aaa59a35f668bc5eccd18b1ce41a0
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.
user/bkdatev