#!/usr/bin/clitosis  ## -*- shell-script -*-

$ dround /2mo <<EOF
2019-01-01
2019-01-31
2019-01-31T10:20:00
2019-02-28T23:50:00
2019-12-31T00:00:00
EOF
2019-01-01
2019-03-01
2019-03-01T00:00:00
2019-03-01T00:00:00
2020-01-01T00:00:00
$ dround --next /3mo <<EOF
2019-01-01
2019-01-31
2019-01-31T10:20:00
2019-02-28T23:50:00
2019-12-31T00:00:00
EOF
2019-04-01
2019-04-01
2019-04-01T00:00:00
2019-04-01T00:00:00
2020-01-01T00:00:00
$

## dtround.021.ctst ends here
