Subject: | linux version of atq prints dates on 24 chars, not 16. |
Hello,
I noticed that your linux-specific implementation of "parseJobList"
takes only the first 16 characters of the date returned by atq. On my
systems (Debian or Ubuntu), the format is:
$ atq
26 Tue Nov 29 15:40:00 2011 a cbouvi
^^^^^^ => this is \t
So, the date is "Tue Nov 29 15:40:00 2011", which is 24 characters long.
The current implementation cuts at 16, yielding "Tue Nov 29 15:40", thus
dropping the year.