• Tom Lane's avatar
    Add code to test for unknown timezone names (following some ideas from · 6d7ff848
    Tom Lane authored
    Ross Reedstrom, a couple months back) and to detect timezones that are
    using leap-second timekeeping.  The unknown-zone-name test is pretty
    heuristic and ugly, but it seems better than the old behavior of just
    switching to GMT given a bad name.  Also make DecodePosixTimezone() a
    tad more robust.
    6d7ff848
datetime.h 7.8 KB