rok commented on a change in pull request #11301:
URL: https://github.com/apache/arrow/pull/11301#discussion_r721379997
##########
File path: r/tests/testthat/test-dplyr-funcs-string.R
##########
@@ -757,9 +757,10 @@ test_that("strftime", {
times <- tibble(
datetime = c(lubridate::ymd_hms("2018-10-07 19:04:05", tz = "Etc/GMT+6"),
NA),
- date = c(as.Date("2021-09-09"), NA)
+ date = c(as.Date("2021-01-01"), NA)
)
formats <- "%a %A %w %d %b %B %m %y %Y %H %I %p %M %z %Z %j %U %W %x %X %%
%G %V %u"
+ formats_date <- "%a %A %w %d %b %B %m %y %Y %j %U %W %x %G %V %u"
Review comment:
Shouldn't time just be midnight for both R and arrow?
Agreed with removing `%z %Z`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]