뉴스

Same thing happens with a LocalDateTime converter. It gets the SQL type 12 (same as java.lang.String) ...
Under the SQL spec, cast from timestamp w/o TZ to timestamp w/ TZ can produce different results based on user time zone. As a result, I guess this cast probably should NOT have been implicit.