Closed wolfgangw closed 11 years ago
What is the right date formula after --start and --end in cinemaslides for the KDM date ?
The standard is --start 0 --end 10 (0 from now to the next 10 days or more)
Possible after the --start 20121022080000 ?? yyyymmddhhmmss ??
As of now cinemaslides will only accept a number (of days) as arguments for --start
and --end
, just as cinemaslides --help
clearly mentions.
I intend to add datetime args but it might take a while until I find the time for this and a number of other issues.
cinemaslides' KDM options --start and --end will now accept either <days from now>
(a number) or explicit <datetime>
(a datetime string).
Format of a datetime string is yyyy-mm-ddThh:mm:ss+|-hh:mm
, like 2012-12-31T00:00:01+01:00
or 2012-12-31T23:59:59-09:00
Backport datetime args for options --start and --end