Hi, can i set the my temporal cluster to run at my time-zone, not utc.
here, i start the server by docker run -e TZ=MY_TIME_ZONE, and i found that the logging is printed with correct time, while the heartbeat in membership table are still utc.
Is this normal ? Or can i change that?