Closed jeanconn closed 12 years ago
I noticed that DateTime(-10) is the same as DateTime(DateTime() - 10) but didn't see the former explicitly supported in the Chandra.Time help, so I went with the latter.
I presume you've tested the four possibilities for (start, stop) x (explicit, implicit) and gotten the expected behavior?
I did, though I forgot to check to see if there were any tests already in in the project that use get_cmd_states. I also don't know if there is any code "out there" that I should check for compatibility.
If --stop is not defined, the code now puts no end limit on the cmd_states fetch. Previously the default --stop was Now, which was not idea for actual use cases.