Description
Currently, SparkUI shows two timezones in a single page when the timezone of browser is different from the server JVM timezone. The following is a example on Databricks CE which uses 'Etc/UTC' timezone.
- The time of `submitted` column of list and pop-up description shows `2016/05/18 00:03:07`
- The time of timeline shows `2016/05/17 17:03:07`.
You can simulate this situation with the following command.
SPARK_SUBMIT_OPTS="-Dscala.usejavacp=true -Duser.timezone=Etc/UTC" bin/spark-submit --class org.apache.spark.repl.Main