1. 08 May, 2001 17 commits
  2. 07 May, 2001 11 commits
  3. 06 May, 2001 3 commits
  4. 05 May, 2001 2 commits
  5. 04 May, 2001 6 commits
  6. 03 May, 2001 1 commit
    • Tom Lane's avatar
      Consolidate several near-identical uses of mktime() into a single · f5ba72ea
      Tom Lane authored
      routine DetermineLocalTimeZone().  In that routine, be more wary of
      broken mktime() implementations than the original code was: don't allow
      mktime to change the already-set y/m/d/h/m/s information, and don't
      use tm_gmtoff if mktime failed.  Possibly this will resolve some of
      the complaints we've been hearing from users of Middle Eastern timezones
      on RedHat.
      f5ba72ea