]> granicus.if.org Git - postgresql/commit
This patch moves the setting of the timezone on the SimpleDateFormat
authorBruce Momjian <bruce@momjian.us>
Wed, 4 Jul 2001 15:08:32 +0000 (15:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 4 Jul 2001 15:08:32 +0000 (15:08 +0000)
commit5f5f8b97e2242255de436a2247b7face91a23c77
tree386701a29ac4536d15b481902aed8b757c913ce8
parent314207881b3f6cb7ac3f4f743d2a81c4cf68373a
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
src/interfaces/jdbc/org/postgresql/jdbc2/PreparedStatement.java