]> granicus.if.org Git - postgresql/commitdiff
Back out Cygwin timezone change until we have a more global solution.
authorBruce Momjian <bruce@momjian.us>
Wed, 1 Sep 2004 18:59:35 +0000 (18:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 1 Sep 2004 18:59:35 +0000 (18:59 +0000)
src/interfaces/ecpg/pgtypeslib/dt.h

index a97a414c345bb2b0a847ff27824c08668d4cb478..fa74a23f4ba180738f0c7ce401e4f3387a8a9c5f 100644 (file)
@@ -220,11 +220,7 @@ do { \
 #if !defined(__CYGWIN__) && !defined(WIN32)
 #define TIMEZONE_GLOBAL timezone
 #else
-#if defined(WIN32)
 #define TIMEZONE_GLOBAL _timezone
-#else
-#define TIMEZONE_GLOBAL ((int)_timezone)       /* time_t on Cywgin */
-#endif
 #define tzname _tzname                 /* should be in time.h? */
 #endif