]> git.ipfire.org Git - thirdparty/systemd.git/commit
calendarspec: allow whole second ranges
authorDouglas Christman <DouglasChristman@gmail.com>
Thu, 24 Nov 2016 20:51:07 +0000 (15:51 -0500)
committerDouglas Christman <DouglasChristman@gmail.com>
Thu, 24 Nov 2016 23:22:08 +0000 (18:22 -0500)
commit36ff0c979258844ca8a200f49d434997299416e6
tree479f4dd89499344aa4532dab43b52b26d84969e9
parent3215e35c405278491f55fb486d349f132e93f516
calendarspec: allow whole second ranges

Previously a string like "00:00:01..03" would fail to parse due to the
ambiguity between a decimal point and the start of a range.
src/basic/calendarspec.c
src/test/test-calendarspec.c