Hi! Append -Duser.timezone=UTC to env.java.opts.jobmanager and env.java.opts.taskmanager. These two configurations are the Java options to start JVM of the jobmanager / taskmanager (see [1]).
Note that this essentially changes the time zone of the whole JVM. So if you have any time zone related operations in your code their result might be changed too. [1] https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/config/#env-java-opts-jobmanager Shilpa Shankar <sshan...@bandwidth.com> 于2021年10月16日周六 上午5:17写道: > Is there a way we can update flink UI to display UTC time instead of local > time? > > [image: image.png] > > Thanks, > Shilpa >