Springboot Applicaton TimeZone
In a Spring Boot application, the time zone configured using TimeZone.setDefault(TimeZone.getTimeZone("UTC")) affects the behavior of various components within the application that rely on the default time zone. Spring Boot itself doesn't specificall...
yichunzhao.hashnode.dev2 min read