Dominik Csapak d5cf8f606c tools/systemd/time: fix selection for multiple options
if we give multiple options/ranges for a value, e.g.
2,4,8
we always choose the biggest, instead of the smallest that is next

this happens because in DateTimeValue::find_next(value)
'next' can be set multiple times and we set it when the new
value was *bigger* than the last found 'next' value, when in reality
we have to choose the *smallest* next we can find

reverse the comparison operator to fix this

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-04 15:33:42 +02:00
..
2020-08-25 18:52:31 +02:00
2020-06-12 10:52:18 +02:00
2020-07-10 11:08:53 +02:00
2020-08-25 18:52:31 +02:00
2020-05-30 16:39:08 +02:00
2020-06-26 09:12:29 +02:00
2020-08-13 09:05:15 +02:00
2020-06-23 06:33:31 +02:00