spring-cloud / spring-cloud-dataflow-ui

This repo provides the Dashboard application of Spring Cloud Data Flow
https://dataflow.spring.io/
Apache License 2.0
214 stars 118 forks source link

Is there a way to change the dates in Spring Cloud DataFlow UI from UTC to KST? #2014

Open peter-cheon opened 2 months ago

peter-cheon commented 2 months ago

Hello, I'm using Spring Cloud DataFlow 2.11.5. In the Spring Cloud Dataflow UI, the timezone is set to UTC, so all dates on the dashboard are displayed in UTC. I've confirmed that setting the TZ environment variable or user.timezone changes the time to Asia/Seoul within the container and application logs, but the dates on the dashboard UI are still shown in UTC.

Is there a way to modify this?

스크린샷 2024-09-19 오후 7 36 24

Thank you.