spring-cloud-dataflow-ui
spring-cloud-dataflow-ui copied to clipboard
Is there a way to change the dates in Spring Cloud DataFlow UI from UTC to KST?
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?
Thank you.