Hello everyone!
I am having trouble setting the timezone America/Monterrey or GMT-6 in the debezium serve docker image. When I run the date command inside the container, it always shows me the UTC time.
I have tried setting the time variable in the dockerfile, for example, ENV TZ=Your/Timezone. I have also tried inside the container with commands such as export TZ=Your/Timezone.
However, the time is still 6 hours ahead of what I want.
I would appreciate the cooperation.