1. 09 Jul, 2012 1 commit
  2. 08 Jun, 2011 1 commit
  3. 09 Mar, 2011 1 commit
  4. 01 Oct, 2009 1 commit
  5. 24 Aug, 2009 1 commit
  6. 04 May, 2009 1 commit
  7. 27 Mar, 2009 1 commit
  8. 18 Aug, 2008 1 commit
  9. 04 Apr, 2008 1 commit
  10. 18 Mar, 2008 1 commit
  11. 04 Mar, 2008 1 commit
  12. 11 Sep, 2007 1 commit
  13. 10 Sep, 2007 1 commit
  14. 21 Aug, 2007 2 commits
  15. 30 Jul, 2007 1 commit
  16. 08 Mar, 2007 1 commit
  17. 16 Nov, 2006 1 commit
  18. 13 Oct, 2006 1 commit
  19. 20 Sep, 2006 1 commit
  20. 12 Sep, 2006 1 commit
  21. 21 Jul, 2006 1 commit
  22. 23 May, 2006 1 commit
  23. 06 Jan, 2006 1 commit
  24. 28 Nov, 2005 1 commit
  25. 08 Nov, 2005 1 commit
  26. 31 Oct, 2005 1 commit
  27. 17 Oct, 2005 1 commit
  28. 22 Aug, 2005 1 commit
  29. 20 Jun, 2005 2 commits
  30. 18 May, 2005 1 commit
  31. 25 Feb, 2005 1 commit
  32. 23 Dec, 2004 1 commit
  33. 20 Dec, 2004 1 commit
  34. 15 Dec, 2004 1 commit
  35. 06 Nov, 2004 1 commit
    • Rein Klazes's avatar
      - RtlTimeFieldsToTime should not normalize the time fields · dceae02d
      Rein Klazes authored
        structure. Instead return error when it is given an unormalized
        date.
      - Use better algorithms for RtlTimeToTimeFields and
        RtlTimeFieldsToTime. RtlTimeToTimeFields is about 3 times faster.
      - Add tests for RtlTimeFieldsToTime.
      - SystemTimeToFileTime must fail if RtlTimeFieldsToTime fails. Users
        of SystemTimeToFileTime must do likewise.
      - Remove a todo_wine from SystemTimeToFileTime tests.
      - Since msvcrt.mktime must accept unnormalized dates, it cannot use
        SystemTimeToFileTime and do the calculations itself.
      - Add some tests for mktime accepting unnormalized dates.
      dceae02d
  36. 29 Oct, 2004 1 commit
  37. 27 Oct, 2004 1 commit
  38. 10 Sep, 2004 1 commit
    • Rein Klazes's avatar
      Fixed TzSpecificLocalTimeToSystemTime and · d788e030
      Rein Klazes authored
      SystemTimeToTzSpecificLocalTime:
      - take the time of day into the calculation, so the bias is calculated
        correctly during the transition days;
      - the transition times are expressed as local time, not system time;
      - correct the daylight logic for use on the southern hemisphere;
      - beautify some LONGLONG arithmetic.
      d788e030