connorp opened a new issue, #45643: URL: https://github.com/apache/arrow/issues/45643
### Describe the enhancement requested Arrow has [data types for time of day](https://arrow.apache.org/docs/r/articles/data_types.html#time-of-day-types) already, but as far as I can tell, the relevant functions from the [`hms` package](https://hms.tidyverse.org/reference/hms.html) to create and use them directly, particularly in a [`dplyr` query](https://arrow.apache.org/docs/r/reference/acero.html), have not yet been mapped. In particular, implementing `hms()` to create new `time32` variables, as well as `as_hms()` to, for example, extract the time of day from existing `timestamp` variables would be very helpful. ### Component(s) R -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org