Missing win32 timezones

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Missing win32 timezones
Date: 2010-04-06 21:17:02
Message-ID: w2k9837222c1004061417kb5b72215y49584c06e82ef2d7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When debugging the other timezone issue, I've come across a bunch of
timezones that are defined in Windows now (my check is 2003R2, which
is the newest one I have readily available) that aren't in our list.
This is because our list is based on Windows XP, and Microsoft have
pushed timezone updates since. Attached patch updates the list of
timezones.

Any reason not to backpatch this?

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

Attachment Content-Type Size
win32_missing_timezones.patch application/octet-stream 3.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-04-06 21:40:53 Re: SELECT constant; takes 15x longer on 9.0?
Previous Message Magnus Hagander 2010-04-06 20:48:01 Win32 timezone matching