Rein Klazes dceae02d73 - RtlTimeFieldsToTime should not normalize the time fields
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.
2004-11-06 03:53:53 +00:00
..
2004-10-26 00:25:58 +00:00
2004-10-18 19:38:41 +00:00
2004-10-11 19:53:54 +00:00
2003-11-27 00:59:36 +00:00
2004-10-11 19:53:13 +00:00
2004-10-22 22:27:51 +00:00
2004-10-11 20:11:01 +00:00
2004-08-24 18:46:05 +00:00
2004-05-18 20:43:29 +00:00
2003-11-17 20:31:29 +00:00
2003-11-27 00:59:36 +00:00
2004-10-19 23:55:15 +00:00
2004-11-03 22:18:44 +00:00
2004-05-24 19:06:32 +00:00
2004-10-28 21:00:36 +00:00