You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/18 21:19:18 UTC

[GitHub] [arrow] jonkeane commented on a diff in pull request #13174: ARROW-16439: [R] Implement binding for `lubridate::fast_strptime`

jonkeane commented on code in PR #13174:
URL: https://github.com/apache/arrow/pull/13174#discussion_r876391383


##########
r/R/dplyr-funcs-datetime.R:
##########
@@ -618,4 +618,40 @@ register_bindings_datetime_parsers <- function() {
   for (ymd_order in ymd_parser_vec) {
     register_binding(ymd_order, ymd_parser_map_factory(ymd_order))
   }
+
+  register_binding("fast_strptime", function(x,
+                                             format,
+                                             tz = "UTC",

Review Comment:
   Could we add a test for non-UTC timezones as well? I don't see any below, I don't think?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org