Index: pgsql/src/interfaces/odbc/convert.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/odbc/convert.c,v retrieving revision 1.78 diff -u -r1.78 convert.c --- pgsql/src/interfaces/odbc/convert.c 2002/04/01 03:01:14 1.78 +++ pgsql/src/interfaces/odbc/convert.c 2002/04/02 16:23:41 @@ -464,9 +464,9 @@ st.m = 12; st.d = 31; st.y = 9999; - st.hh = 24; - st.mm = 0; - st.ss = 0; + st.hh = 23; + st.mm = 59; + st.ss = 59; } if (strnicmp(value, "-infinity", 9) == 0) {