This patch moves the setting of the timezone on the SimpleDateFormat

Bruce Momjian <bruce@momjian.us>

Commit: 5f5f8b97e2242255de436a2247b7face91a23c77
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-07-04T15:08:32Z
Releases: 7.2.1
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