The GNU date function is different than the one on unix, so OSX users get all sorts of errors trying to do fancy date calculations with words like today.
~/git $ stup add -n "test"
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
usage: date [-jnRu] [-d dst] [-r seconds] [-t west] [-v[+|-]val[ymwdHMS]] ...
[-f fmt date | [[[mm]dd]HH]MM[[cc]yy][.ss]] [+format]
Successfully added 1 notes in category work for
This likely still requires OSX users to install coreutils, I'm not clear if that's a default installation or not. It's readily available on brew though if needed https://formulae.brew.sh/formula/coreutils
The GNU date function is different than the one on unix, so OSX users get all sorts of errors trying to do fancy date calculations with words like
today
.This likely still requires OSX users to install
coreutils
, I'm not clear if that's a default installation or not. It's readily available on brew though if needed https://formulae.brew.sh/formula/coreutils