use of /now argument results in an error
charmparticle opened this issue · 4 comments
charmparticle commented
pdd -t /now 01:23:33 --sub
returns
error: invalid literal for int() with base 10: '/now'
jarun commented
pdd
doesn't support it. Read the docs before raising defects.
charmparticle commented
this section of the docs is where I got the idea that flag would work:
--add add to date (/today) or time (/now)
--sub subtract from date (/today) or time (/now)
jarun commented
read /
as or
.
charmparticle commented
but now
and today
also don't work; I get the same error using those.