dragosmg commented on a change in pull request #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r792918033
##########
File path: r/R/array.R
##########
@@ -188,6 +188,11 @@ Array$create <- function(x, type = NULL) {
return(out)
}
+ if (inherits(x, "POSIXct") && attr(x, "tzone") == "") {
+ attr(x, "tzone") <- Sys.timezone()
Review comment:
@jorisvandenbossche & @jonkeane I'm unsolving this - not sure how to
interpret the missing-ness of the `"tzone"` attribute (to respond to your other
question @jorisvandenbossche).
--
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]