Hi.
I've successfully installed MongoDB Charts 0.10 by following the documented process, and happily built my dashboards.
There is a (minor) inconvenience: timestamp data points are labeled with their UTC values, instead of my local timezone. I've tried setting TZ=... in the environment section of the docker compose file, to no avail.
That is, if I attach a bash session to the docker container and issue the date command, now the timezone is correct, but my mongodb charts are still UTC.
Is there a way to accomplish what I ask?
Thank you.
AG