0

[Question posted by a user on YugabyteDB Community Slack]

Can we change the timezone at the server level. Suppose I want to deploy yugabytedb cluster by helm chart, then how can I set the default timezone for the cluster ?

dh YB
  • 965
  • 3
  • 10

1 Answers1

0

There is no such override right now. You may be able to achieve this by modifying the helm charts to add this TZ environment variable to the pod:

  1. https://www.ibm.com/support/pages/how-do-you-change-timezone-pods

  2. kubernetes timezone in POD with command and argument

dh YB
  • 965
  • 3
  • 10