Thread: [pgjdbc/pgjdbc] 54e559: style: import java.time types in more classes (#2382)

[pgjdbc/pgjdbc] 54e559: style: import java.time types in more classes (#2382)

From
Philippe Marschall
Date:
  Branch: refs/heads/master
  Home:   https://github.com/pgjdbc/pgjdbc
  Commit: 54e5598ab34ed791d7682cfd8700be3e8b7b37e3
      https://github.com/pgjdbc/pgjdbc/commit/54e5598ab34ed791d7682cfd8700be3e8b7b37e3
  Author: Philippe Marschall <philippe.marschall@gmail.com>
  Date:   2021-12-31 (Fri, 31 Dec 2021)

  Changed paths:
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
    M pgjdbc/src/main/java/org/postgresql/jdbc/PgResultSet.java

  Log Message:
  -----------
  style: import java.time types in more classes (#2382)

Use imports for java.time types in all remaining classes.

Follow up for #2380