Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd9b951

Browse files
committed
Back out Cygwin timezone change until we have a more global solution.
1 parent 93dc1d4 commit bd9b951

File tree

1 file changed

+0
-4
lines changed
  • src/interfaces/ecpg/pgtypeslib

1 file changed

+0
-4
lines changed

src/interfaces/ecpg/pgtypeslib/dt.h

-4
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,7 @@ do { \
220220
#if !defined(__CYGWIN__) && !defined(WIN32)
221221
#define TIMEZONE_GLOBAL timezone
222222
#else
223-
#if defined(WIN32)
224223
#define TIMEZONE_GLOBAL _timezone
225-
#else
226-
#define TIMEZONE_GLOBAL ((int)_timezone) /* time_t on Cywgin */
227-
#endif
228224
#define tzname _tzname /* should be in time.h? */
229225
#endif
230226

0 commit comments

Comments
 (0)