LocalDateTime 자료형을 사용하여 개발을 하던중 Time Zone 관련 에러가 발생했다. 에러는 다음과 같다. java.sql.SQLException: The server time zone value 'insertDate' is unrecognized or represent s more than one time zone. You must configure either the server or JDBC driver (via the serverTi mezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. 최근에 설치한 MySQL이 높아 java와 데이터 포멧이..