index a2ae3e9d4a210bb6793ec729c604371038208795..32ba47d760d6af85a807ca6705f8982d3def8b40 100644 (file)
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.
index 8fb0818add4147416264b982c47d5edbec1e767c..8bdc64b000176a03414a3bbfa32254bb5e8075c9 100644 (file)
-/* $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"
@@ -2538,7 +2538,9 @@ DecodeDateTime(char **field, int *ftype, int nf,
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); */
}
}