Patch from Ryouichi Matsuda

Dave Cramer <davec@fastcrypt.com>

Commit: 8f83590aa18ed5416b094225fe46b1e0611569e3
Author: Dave Cramer <davec@fastcrypt.com>
Date: 2002-03-05T03:29:30Z
Releases: 7.3.1
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

Files