]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/calendarspec.c
calendarspec: use ".." notation for ranges of weekdays 3637/head
authorDouglas Christman <DouglasChristman@gmail.com>
Fri, 1 Jul 2016 02:26:07 +0000 (22:26 -0400)
committerDouglas Christman <DouglasChristman@gmail.com>
Sat, 2 Jul 2016 03:13:58 +0000 (23:13 -0400)
commite638d0504fa4861896f47c19e22b48c7f8ca3478
tree7c816ad0515beb77411cbb6728593b37555f2c7d
parent32b5236916296044a89532025e9fb5ef7e68ca8a
calendarspec: use ".." notation for ranges of weekdays

For backwards compatibility, both the new format (Mon..Wed) and
the old format (Mon-Wed) are supported.
man/systemd.time.xml
src/basic/calendarspec.c
src/test/test-calendarspec.c