dragosmg commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r793040705



##########
File path: r/tests/testthat/test-Array.R
##########
@@ -260,11 +260,10 @@ test_that("array supports POSIXct (ARROW-3340)", {
   expect_array_roundtrip(times2, timestamp("us", "US/Eastern"))
 })
 
-test_that("array supports POSIXct without timezone", {
-  # Make sure timezone is not set
-  withr::with_envvar(c(TZ = ""), {
+test_that("array uses local timezone for POSIXct without timezone", {
+  withr::with_envvar(c(TZ = "Asia/Ulaanbaatar"), {

Review comment:
       Done




-- 
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]


Reply via email to