calendarspec: add support for scheduling timers at the end of the month
authorDouglas Christman <DouglasChristman@gmail.com>
Tue, 22 Nov 2016 15:05:10 +0000 (10:05 -0500)
committerDouglas Christman <DouglasChristman@gmail.com>
Wed, 23 Nov 2016 17:37:43 +0000 (12:37 -0500)
commit8ea803516e4a4265a77d026f740c272cd60107a4
tree639382e116b9be3ae51635dcb3bcbcf88c1b3ed4
parentf6e7d66b9f1db07ae80af3d75dabaf95f7f43a15
calendarspec: add support for scheduling timers at the end of the month

"*-*~1"       => The last day of every month
"*-02~3..5"   => The third, fourth, and fifth last days in February
"Mon 05~07/1" => The last Monday in May

Resolves #3861
TODO
man/systemd.time.xml
src/basic/calendarspec.c
src/basic/calendarspec.h
src/test/test-calendarspec.c