Andrew pointed out that the current fix didn't handle dates that were

Bruce Momjian <bruce@momjian.us>

Commit: 3dbbbbf8e98329e1eea9920436defc64af3594d3
Author: Bruce Momjian <bruce@momjian.us>
Date: 2005-07-23T14:25:34Z
Releases: 8.1.0
Andrew pointed out that the current fix didn't handle dates that were
near daylight savings time boudaries.  This handles it properly, e.g.

        test=> select '2005-04-03 04:00:00'::timestamp at time zone
        'America/Los_Angeles';
                timezone
        ------------------------
         2005-04-03 07:00:00-04
        (1 row)

Files