Commits

DateSubjectAuthorReleases
2000-02-16 Implement "date/time grand unification". Thomas G. Lockhart 7.1.1
2000-02-15 Recognize special case of POSIX time zone: "GMT+8" and "GMT-8". Thomas G. Lockhart 7.1.1
2000-01-04 Repair two recently reported problems: Thomas G. Lockhart 7.1.1
1999-04-15 Fix code to check legal dates *before* calling localtime() to get the Thomas G. Lockhart 7.1.1
1999-02-13 Fix offset of one for date_part(timespan) when given arguments of Thomas G. Lockhart 7.1.1
1999-02-13 Change #if FALSE to #if NOT_USED to avoid port problems. Thomas G. Lockhart 7.1.1
1999-01-20 Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia. Thomas G. Lockhart 7.1.1
1999-01-10 Be more careful to check input string lengths as well as values Thomas G. Lockhart 7.1.1
1998-12-31 Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks Thomas G. Lockhart 7.1.1
1998-05-09 Define "tz_hour" and "tz_minute" arguments to date_part(). Thomas G. Lockhart 7.1.1
1997-12-23 Fix format to produce actual German style. Affects new "GERMAN" feature only. Thomas G. Lockhart 7.1.1
1997-12-17 Enable timespan_finite() and text_timespan() routines (was commented out). Thomas G. Lockhart 7.1.1
1997-12-04 Add 'GERMAN' style to date/time output. Thomas G. Lockhart 7.1.1
1997-11-17 Allow fractional values for delta times (e.g. '2.5 days'). Thomas G. Lockhart 7.1.1
1997-10-25 Fix occasional uninitialized variable fractional seconds Thomas G. Lockhart 7.1.1
1997-10-17 Fix delta time decoding for 12 AM/PM. Thomas G. Lockhart 7.1.1
1997-09-20 Fix typo for default units for timespan input. Thomas G. Lockhart 7.1.1
1997-09-04 Add comparision routines and catalog entries to support indices on Thomas G. Lockhart 7.1.1
1997-09-01 Shift time zone to GMT to correctly evaluate "current" time. Thomas G. Lockhart 7.1.1
1997-07-29 Fix bug to allow hh:mm:ss time entry for timespan/reltime types. Thomas G. Lockhart 7.1.1
1997-07-01 Use common parser and encoder for timestamp data type. Thomas G. Lockhart 7.1.1
1997-06-23 Modify EncodeDateTime() to suppress trailing ".00" in seconds field. Thomas G. Lockhart 7.1.1
1997-06-20 Fix leap year and month boundary arithmetic for datetime +/- timespan; Thomas G. Lockhart 7.1.1
1997-05-30 Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines. Thomas G. Lockhart 7.1.1
1997-05-23 Clean up redundant tests for valid pointers in geometric types. Thomas G. Lockhart 7.1.1