[
https://issues.apache.org/jira/browse/KUDU-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16885501#comment-16885501
]
Todd Lipcon commented on KUDU-2894:
-----------------------------------
Note that the 'Z' suffix on the timestamps indicates that these are UTC times.
Kudu's timestamp type is not timezone-aware, so we won't remember whatever time
zone you were in when you created the partition. However, we could certainly
_format_ timestamps in a timezone-aware manner. That gets a little tricky,
though -- should we format it based on the timezone of the client browser? The
server? What if different masters are in different time zones? How about when
formatting time zones in logs? What if the timezone changes (eg as in the
daylight savings time in the USA)? Would the formatting of a partition change
in the logs when the time zone changes?
It seems like UTC formatting is the least error-prone way to stringify
timestamps on the server side.
> How to modify the time zone of web ui
> -------------------------------------
>
> Key: KUDU-2894
> URL: https://issues.apache.org/jira/browse/KUDU-2894
> Project: Kudu
> Issue Type: Bug
> Components: ui
> Affects Versions: 1.8.0
> Reporter: wxmimperio
> Priority: Major
> Attachments: image-2019-07-15-19-32-42-041.png
>
>
> !image-2019-07-15-19-32-42-041.png!
> I create partition with 2019-05-31 00:00:00——2019-06-01 00:00:00, it show
> 2019-05-30 16:00:00——2019-05-31 16:00:00.
> 8 hours difference.
> However, the data time I inserted is correct, not the partition display.
> How to modify the time zone on the web interface?
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)