rok commented on code in PR #12865:
URL: https://github.com/apache/arrow/pull/12865#discussion_r2308737663


##########
cpp/src/arrow/compute/kernels/temporal_internal.h:
##########
@@ -128,27 +183,30 @@ struct ZonedLocalizer {
 template <typename Duration>
 struct TimestampFormatter {
   const char* format;
-  const time_zone* tz;
+  const ArrowTimeZone tz_;

Review Comment:
   Changed to `tz`. Not sure why I did this originally.



-- 
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]

Reply via email to