Last modified: 2013-03-25 19:05:58 UTC
The specs from the W3C specify that "if there is no previous document, this attribute [i.e., navigationStart] must return the same value as fetchStart." IE9 incorrectly sets the value to 0 when there is no previous document. As a result, the values for 'loading' and 'sending' are left as epoch timestamps (rather than time deltas). These overflow INT in MySQL, leaving us with a bunch of 2147483647 values (equal to max. int). This appears to have been fixed in IE10.
Patch in Gerrit: I31ddc1b26.
Merged.