is there any why or system configuration to change GUI timezone from UTC to JST. we have deployed db nodes in JST timezone. we need to be make sure all the things should be same timezone. how to make this ? will it be create any impact on cluster operations ? if yes what will be the impact if not please help me how to make changes .
I haven’t tried it, but the timezone from your browser should be detected by the UI, and date-times formatted accordingly. The browser usually gets the timezone from an environment variable.
We are making in some improvements in this area in Couchbase Server 8.0 - the server timezone will be included with any messages that pass through the UI, and the UI will use the browsers’s timezone to display the time relative to that timezone. There will also be a pop-up with details of the offsets/zones in use.
@kanamani92 The changes we’re making are really just presentation related - as an application, Couchbase Server doesn’t have any control over the timezone set on the host, you’ll still need to make sure it’s set when you do a deployment.