You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/23 16:05:41 UTC

[GitHub] [arrow] rok commented on a change in pull request #10610: ARROW-13033: [C++] Kernel to localize naive timestamps to a timezone (preserving clock-time)

rok commented on a change in pull request #10610:
URL: https://github.com/apache/arrow/pull/10610#discussion_r694108545



##########
File path: cpp/src/arrow/compute/kernels/scalar_temporal.cc
##########
@@ -840,6 +967,13 @@ const FunctionDoc strftime_doc{
     {"timestamps"},
     "StrftimeOptions"};
 
+const FunctionDoc tz_localize_doc{
+    "TzLocalize converts timestamps to UTC keeping the original timezone information",
+    ("TzLocalize converts timestamps from arbitrary timezone to UTC.\n"

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org