You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "sgilmore10 (via GitHub)" <gi...@apache.org> on 2023/07/17 18:01:00 UTC

[GitHub] [arrow] sgilmore10 opened a new issue, #36735: [MATLAB] Add `TimeUnit` and `TimeZone` to the `arrow.type.TimestampType` display

sgilmore10 opened a new issue, #36735:
URL: https://github.com/apache/arrow/issues/36735

   ### Describe the enhancement requested
   
   Currently, the display for `arrow.type.TimestampType` does not show the `TimeUnit` or the `TimeZone`.
   
   ```matlab
   >> type = arrow.type.timestamp(TimeUnit="second", TimeZone="America/New_York")
   
   type = 
   
     TimestampType with properties:
   
       ID: Timestamp
   ```
   
   We should modify the display to show both `TimeUnit` and `TimeZone`.
   
   ### Component(s)
   
   MATLAB


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

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


[GitHub] [arrow] kevingurney closed issue #36735: [MATLAB] Add `TimeUnit` and `TimeZone` to the `arrow.type.TimestampType` display

Posted by "kevingurney (via GitHub)" <gi...@apache.org>.
kevingurney closed issue #36735: [MATLAB] Add `TimeUnit` and `TimeZone` to the `arrow.type.TimestampType` display
URL: https://github.com/apache/arrow/issues/36735


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

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


[GitHub] [arrow] sgilmore10 commented on issue #36735: [MATLAB] Add `TimeUnit` and `TimeZone` to the `arrow.type.TimestampType` display

Posted by "sgilmore10 (via GitHub)" <gi...@apache.org>.
sgilmore10 commented on issue #36735:
URL: https://github.com/apache/arrow/issues/36735#issuecomment-1650157068

   take


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