]> granicus.if.org Git - postgresql/commit
Fix leap year and month boundary arithmetic for datetime +/- timespan;
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 20 Jun 1997 17:12:54 +0000 (17:12 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 20 Jun 1997 17:12:54 +0000 (17:12 +0000)
commit3cef45d3306714c8934d21ba0ea9f32b7d93c635
tree608e55afabff0dc915199932f5e93985ca6c26c4
parenta75d6aaa41792815fe3eeaeff46e240728719102
Fix leap year and month boundary arithmetic for datetime +/- timespan;
 the problem only manifests itself when adding years/months and hours
 when the hours:minutes:seconds pushes over midnight.
Fix interpretation of times with explicit timezone when the timezone is
 in daylight savings time and is not the default timezone.
Allow interpretation of explicit timezone when it is specified as two words:
 <standard time> DST". For example, "MET DST" (Middle European Time Daylight
 Savings Time). This syntax is found in the zic package on Linux boxes at least.
src/backend/utils/adt/dt.c