Closed hadley closed 7 years ago
We could support as.hms("05:00", "%H:%M")
, but I'm not sure we should accept this unconditionally.?
Unconditionally seems reasonable to me
Added parse_hm()
and parse_hms()
, because I think it's better to be explicit. as.hms()
forwards to parse_hms()
.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.