forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5971acc
committed
Install the "posixrules" timezone link in MSVC builds.
Somehow, we'd missed ever doing this. The consequences aren't toosevere: basically, the timezone library would fall back on its hardwirednotion of the DST transition dates to use for a POSIX-style zone name,rather than obeying US/Eastern which is the intended behavior. The neteffect would only be to obey current US DST law further back than itought to apply; so it's not real surprising that nobody noticed.David Rowley, per report from Amit KapilaDiscussion:https://postgr.es/m/CAA4eK1LC7CaNhRAQ__C3ht1JVrPzaAXXhEJRnR5L6bfYHiLmWw@mail.gmail.com1 parent0798730 commit5971acc
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
| 318 | + | |
318 | 319 |
| |
319 | 320 |
| |
320 | 321 |
| |
321 | 322 |
| |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
322 | 328 |
| |
323 | 329 |
| |
324 |
| - | |
325 |
| - | |
326 |
| - | |
| 330 | + | |
| 331 | + | |
327 | 332 |
| |
328 | 333 |
| |
329 | 334 |
| |
|
0 commit comments
Comments
(0)