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/03/01 11:51:00 UTC

[jira] [Updated] (ARROW-15806) [R] Update as.Date() to support a timezone different from "UTC"

     [ https://issues.apache.org/jira/browse/ARROW-15806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dragoș Moldovan-Grünfeld updated ARROW-15806:
---------------------------------------------
    Description: 
{code:r}
a <- as.POSIXct("2022-02-25 00:00:01", tz = "Europe/London")
as.Date(a, tz = "Pacific/Marquesas") 
#> [1] "2022-02-24"
{code}

> [R] Update as.Date() to support a timezone different from "UTC"
> ---------------------------------------------------------------
>
>                 Key: ARROW-15806
>                 URL: https://issues.apache.org/jira/browse/ARROW-15806
>             Project: Apache Arrow
>          Issue Type: Sub-task
>          Components: R
>            Reporter: Dragoș Moldovan-Grünfeld
>            Priority: Major
>
> {code:r}
> a <- as.POSIXct("2022-02-25 00:00:01", tz = "Europe/London")
> as.Date(a, tz = "Pacific/Marquesas") 
> #> [1] "2022-02-24"
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)