Modify date->timestamp conversion to use mktime().
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:41:37 +0000 (05:41 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Tue, 12 Sep 2000 05:41:37 +0000 (05:41 +0000)
commitc4cb3343ee86fe886a40dd1cc5ce6ea53de991b4
tree91d4307ce28d5516b43291177c8fa004833610d2
parent033839bc42a9ad7c141f312c05f8ef4d24713e97
Modify date->timestamp conversion to use mktime().
 This should do better than before around Daylight Savings Time
 transitions.
src/backend/utils/adt/date.c
src/backend/utils/adt/datetime.c