#974654 Support unlimited +, -: at now + 2 years + 6 months

Package:
at
Source:
at
Description:
Delayed job execution and batch processing
Submitter:
積丹尼 Dan Jacobson
Date:
2020-11-13 11:39:09 UTC
Severity:
wishlist
#974654#5
Date:
2020-11-12 16:44:18 UTC
From:
To:
$ at now + 2 years + 6 months
syntax error. Last token seen: +
Garbled time

How inflexible.

I'm not even asking for all of + - * /,
just + -.

Alas, forced to use * on my own:
Workaround:
$ at now + $((2*12+6)) months