Th, 17 May 2007 22:03:40 +0200
- - Removed mktime() call to hopefully get rid of some compatiility
+ - Removed mktime() call to hopefully get rid of some compatibility
problems.
- Set ecpg version to 4.3.1.
-/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.37 2007/02/19 17:41:39 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/dt_common.c,v 1.38 2007/05/20 11:30:30 meskes Exp $ */
#include "postgres_fe.h"
if (fmask & DTK_M(DTZMOD))
return -1;
- *tzp = DetermineLocalTimeZone(tm);
+ /* test to see if this is the reason for the error on Vista
+ * doesn't seem to be used anyway
+ * *tzp = DetermineLocalTimeZone(tm); */
}
}