Report initdb problem in Korean OS 2.

From: "Korea PostgreSQL Users' Group" <pgsql-kr(at)postgresql(dot)or(dot)kr>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Report initdb problem in Korean OS 2.
Date: 2004-07-29 04:25:56
Message-ID: 001f01c47524$24b8cda0$cdcb56dc@paolo.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

score_timezone() function in src/timezone/pgtz.c has some problems.

At "if (strcmp(TZABBREV(cbuf), pgtm->tm_zone) != 0)",

cbuf (timezone name of systm) is not same pgtm->tm_zone in Korean OS.

timezone name of system is "대한민국 표준시",
timezone name of pgtm is "KST"

we need maybe a matching table contained localizational timezone name and pg time zone name.

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Claudio Natoli 2004-07-29 05:11:17 Re: localtime() for win32 problem.
Previous Message Korea PostgreSQL Users' Group 2004-07-29 04:05:45 localtime() for win32 problem.