You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Dragoș Moldovan-Grünfeld (Jira)" <ji...@apache.org> on 2022/06/30 12:19:00 UTC

[jira] [Commented] (ARROW-16395) [R] Implement lubridate's parsers with year, month, and day, hour, minute, and second components

    [ https://issues.apache.org/jira/browse/ARROW-16395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561015#comment-17561015 ] 

Dragoș Moldovan-Grünfeld commented on ARROW-16395:
--------------------------------------------------

Once {{parse_date_time}} can deal with hours, minutes and seconds components, implementing these parsers could only involve an extension of the {{ymd_parser_map_factory}}. https://github.com/apache/arrow/blob/841be69dc715ecfd99d0f9123c1961b09fb78c84/r/R/dplyr-funcs-datetime.R#L565-L581

> [R] Implement lubridate's parsers with year, month, and day, hour, minute, and second components
> ------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-16395
>                 URL: https://issues.apache.org/jira/browse/ARROW-16395
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Dragoș Moldovan-Grünfeld
>            Priority: Major
>             Fix For: 9.0.0
>
>
> Parse date-times with year, month, and day, hour, minute, and second components:
> ymd_hms() ymd_hm() ymd_h() dmy_hms() dmy_hm() dmy_h() mdy_hms() mdy_hm() mdy_h() ydm_hms() ydm_hm() ydm_h()



--
This message was sent by Atlassian Jira
(v8.20.10#820010)