Re: [PATCHES] Timezones on localized windows

2004-09-01 Thread Bruce Momjian
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

Re: [PATCHES] Timezones on localized windows

2004-09-01 Thread Bruce Momjian
Patch applied. Thanks. This part of the patch was already in CVS: *** 822,829 --- 822,832 { int i; chartzname[128]; + charlocaltzname[128]; time_t

Re: [PATCHES] Timezones on localized windows

2004-09-01 Thread Tom Lane
"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

[PATCHES] Timezones on localized windows

2004-08-31 Thread Magnus Hagander
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