localtime() for win32 problem. - Mailing list pgsql-hackers-win32

From Korea PostgreSQL Users' Group
Subject localtime() for win32 problem.
Date
Msg-id 000d01c47521$5534f100$cdcb56dc@paolo.net
Whole thread Raw
In response to Re: initdb problem in Korean OS.  ("Magnus Hagander" <mha@sollentuna.net>)
List pgsql-hackers-win32
I found that localtime do not work same between linux and win32.

timet = -1000000; /* minus value */
localtime(&timet);

above codes do not work win32. (in Microsoft C, mingw gcc too)

so, score_timezone() function in src/timezone/pgtz.c should be changed. 
this problem is continuous with initdb when initdb run without setting TZ env value.

pgsql-hackers-win32 by date:

Previous
From: Tom Lane
Date:
Subject: Re: win32 pgsql not installable
Next
From: "Korea PostgreSQL Users' Group"
Date:
Subject: Report initdb problem in Korean OS 2.