1. 09 5月, 2001 8 次提交
  2. 08 5月, 2001 18 次提交
  3. 07 5月, 2001 5 次提交
  4. 06 5月, 2001 1 次提交
    • M
      · 36161b30
      Marc G. Fournier 提交于
      not sure about this one ... but should have changelog in both versions ...
      36161b30
  5. 05 5月, 2001 6 次提交
  6. 04 5月, 2001 2 次提交
    • B
      Add missing tag. · 602b7425
      Bruce Momjian 提交于
      602b7425
    • T
      Consolidate several near-identical uses of mktime() into a single · f5ba72ea
      Tom Lane 提交于
      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