Index: org/postgresql/core/v3/ConnectionFactoryImpl.java =================================================================== RCS file: /usr/local/cvsroot/pgjdbc/pgjdbc/org/postgresql/core/v3/ConnectionFactoryImpl.java,v retrieving revision 1.10 diff -c -r1.10 ConnectionFactoryImpl.java *** org/postgresql/core/v3/ConnectionFactoryImpl.java 10 Apr 2005 16:44:13 -0000 1.10 --- org/postgresql/core/v3/ConnectionFactoryImpl.java 20 Jul 2005 06:11:13 -0000 *************** *** 85,91 **** { "user", user }, { "database", database }, { "client_encoding", "UNICODE" }, ! { "DateStyle", "ISO" } }; sendStartupPacket(newStream, params); --- 85,92 ---- { "user", user }, { "database", database }, { "client_encoding", "UNICODE" }, ! { "DateStyle", "ISO" }, ! { "TimeZone", java.util.TimeZone.getDefault().getID()} }; sendStartupPacket(newStream, params);