]> granicus.if.org Git - postgresql/commit
Patch from Ryouichi Matsuda
authorDave Cramer <davec@fastcrypt.com>
Tue, 5 Mar 2002 03:29:30 +0000 (03:29 +0000)
committerDave Cramer <davec@fastcrypt.com>
Tue, 5 Mar 2002 03:29:30 +0000 (03:29 +0000)
commit8f83590aa18ed5416b094225fe46b1e0611569e3
treefa6405156c221b6e15f1e3aad4f3af20269f16ea
parent7aa6270fc7ac60b8a7ef1364a40d67636e735af0
Patch from Ryouichi Matsuda
 An attached patch corrects problem of this bug and fractional second.

 The handling of time zone was as follows:

   (a) with time zone
       using  SimpleDateFormat("yyyy-MM-dd HH:mm:ss z")
   (b) without time zone
       using  SimpleDateFormat("yyyy-MM-dd HH:mm:ss")

 About problem of fractional second,
 Fractional second was changed from milli-second to nano-second
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java