You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jonathan Keane (Jira)" <ji...@apache.org> on 2022/03/28 21:28:00 UTC

[jira] [Resolved] (ARROW-13168) [C++] Timezone database configuration and access

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

Jonathan Keane resolved ARROW-13168.
------------------------------------
    Fix Version/s: 8.0.0
       Resolution: Fixed

Issue resolved by pull request 12536
[https://github.com/apache/arrow/pull/12536]

> [C++] Timezone database configuration and access
> ------------------------------------------------
>
>                 Key: ARROW-13168
>                 URL: https://issues.apache.org/jira/browse/ARROW-13168
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Rok Mihevc
>            Assignee: Will Jones
>            Priority: Major
>              Labels: pull-request-available, timestamp
>             Fix For: 8.0.0
>
>          Time Spent: 7h 50m
>  Remaining Estimate: 0h
>
>  Note: currently timezone database is not available on windows so timezone aware operations will fail.
> We're using tz.h library which needs an updated timezone database to correctly handle timezoned timestamps. See [installation instructions|https://howardhinnant.github.io/date/tz.html#Installation].
> We have the following options for getting a timezone database:
>  # local (non-windows) OS timezone database - no work required.
>  # arrow bundled folder - we could bundle the database at build time for windows. Database would slowly go stale.
>  # download it from IANA Time Zone Database at runtime - tz.h gets the database at runtime, but curl (and 7-zip on windows) are required.
>  # local user-provided folder - user could provide a location at buildtime. Nice to have.
>  # allow runtime configuration - at runtime say: "the tzdata can be found at this location"
> For more context see: [ARROW-12980|https://github.com/apache/arrow/pull/10457] and [PEP 615|https://www.python.org/dev/peps/pep-0615/#sources-for-time-zone-data].



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