Skip to content

chron library: format.times, parse.format and h:m (PR#8507)

1 message · Kurt Hornik

#
The docs say

          The times format can be any permutation of '"h"', '"m"', and
          '"s"' separated by any one non-special character.  The
          default is '"h:m:s"'.

and I would read *permutation* as to include each of h m s, so that
incomplete representations like the one you gave are ruled out.

(In any case, it seems we should teach the docs about the no-separator
case.)

-k