-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add timezone offset for debug format of Timestamp with Timezone #2917
Comments
@tustvold @jhorstmann do you think we should show in prettyprint i prefer the one with timezone shift. but for the Debug, should we just show the underline datetime without the offset shift? |
My vote would be for consistently outputting RFC3339 |
if timezone is incorrect, say "Asia/Taipei2", should we output something like this? +--------------------------------------------------------+ note that this the prettyprint's result in #2939 |
|
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
this outputs followings for now
Describe the solution you'd like
outputs something like this
Describe alternatives you've considered
Additional context
we could extends
arrow-rs/arrow-array/src/array/primitive_array.rs
Lines 554 to 560 in 22e742b
by
as_datetime_with_timezone
which will be added in #2909The text was updated successfully, but these errors were encountered: