You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per ARROW-13168 we lack tzdb on Windows and so many operations on timestamp with timezone are not implemented. However, many of them could be implemented for the special case of UTC, e.g. casting timestamp[s, UTC] to string on Windows could be implemented without needing tzdb.
As per ARROW-13168 we lack tzdb on Windows and so many operations on timestamp with timezone are not implemented. However, many of them could be implemented for the special case of UTC, e.g. casting timestamp[s, UTC] to string on Windows could be implemented without needing tzdb.
Follow up to ARROW-14231.
Reporter: David Li / @lidavidm
Related issues:
Note: This issue was originally created as ARROW-14643. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: