This patch moves the setting of the timezone on the SimpleDateFormat
Bruce Momjian <bruce@momjian.us>
This patch moves the setting of the timezone on the SimpleDateFormat object inside the initialization section instead of doing it everytime the setTimestamp method is called. Thanks to Dave Harkness for this suggestion. Barry Lind
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java | modified | +1 −1 |