ChangeLog 637 B

12345678910111213141516171819
  1. 2008-01-24 Stephane Delcroix <[email protected]>
  2. * TimeZoneInfo.TransitionTime.cs: check for a whole number of
  3. milliseconds instead of a whole number of seconds.
  4. 2008-01-21 Sebastien Pouliot <[email protected]>
  5. * TimeZoneInfo.TransitionTime.cs: Avoid NRE on bad cast if null is
  6. provided to Equals(object). Found with Gendarme.
  7. 2008-01-08 Stephane Delcroix <[email protected]>
  8. * TimeZoneInfo.TransitionTime.cs: fully qualify System.DayOfWeek in
  9. casting operation.
  10. 2007-12-20 Stephane Delcroix <[email protected]>
  11. * TimeZoneInfo.cs: adapting length check to parse TZif2 files
  12. introduced by glibc 2.6.x.