Re: [BUGS] Bug #651: Time difference of 30 in while reading in timestamp

2002-05-07 Thread R Ravishankar
this String into a Timestamp cannot be used as the String format returned required by valueOf and that got by resultSet.getString are not the same. Is there any official fix for this ? Thanks. Ravi R Ravishankar <[EMAIL PROTECTED]>: > Actually the Timestamp class does not use

Re: [BUGS] Bug #651: Time difference of 30 in while reading in timestamp

2002-05-02 Thread R Ravishankar
Actually the Timestamp class does not use Timezone. Timezone in Java 1.3 can be set only on Calendar class objects. Timestamp inherits some methods from the Date class but none which concerned with setting timezones :-( Ravi Tom Lane <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] writes: > > I am