Skip to content
Snippets Groups Projects
Commit bd9b9511 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Back out Cygwin timezone change until we have a more global solution.

parent 93dc1d46
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment