I have backed out my application of the patch because Tom already
applied it. I didn't see the merge failure because I assume Tom placed
your code in a different part of the code.
---
Bruce Momjian wrote:
>
> Patch applied
Patch applied. Thanks.
This part of the patch was already in CVS:
*** 822,829
--- 822,832
{
int i;
chartzname[128];
+ charlocaltzname[128];
time_t
"Magnus Hagander" <[EMAIL PROTECTED]> writes:
> This patch attempts to fix the issue with localized timezones on
> Windows.
Applied with minor stylistic adjustments.
regards, tom lane
---(end of broadcast)---
TIP 4: Don't 'k
This patch attempts to fix the issue with localized timezones on
Windows.
Recap: When running on a localized windows version, the timezone name
returned is also localized, and therefor does not match our lookup
table.
Solution: The registry contains both the name of the timezone in english
and th