Subject | Re: [Firebird-Java] time zone problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-28T23:23:10Z |
> Date testDateTime= format.parse("02-10-2004 10:00:00 EST");Please ensure that your GMT calendar has the time zone set correctly (i.e.
> ps.setTimestamp(1, new java.sql.Timestamp( testDateTime.getTime()),
> GMT );
it is not the default time zone). If you still believe that there is a bug,
please prepare a test case that reproduces the problem.
If you want to check sources, please see
org.firebirdsql.jdbc.field.FBTimestampField and org.firebirdsql.gds.XSQLVAR
classes.
Roman