Lordworms commented on code in PR #5605:
URL: https://github.com/apache/arrow-rs/pull/5605#discussion_r1556449178


##########
arrow-array/src/timezone.rs:
##########
@@ -257,7 +257,12 @@ mod private {
     /// An Arrow [`TimeZone`]
     #[derive(Debug, Copy, Clone)]
     pub struct Tz(FixedOffset);
-
+    impl Tz {
+        /// get timezone
+        pub fn get_time_zone(&self) -> FixedOffset {

Review Comment:
   Sure, I'll change it



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