Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #2610


Ignore:
Timestamp:
07/04/16 19:16:26 (8 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2610 – Description

    v1 v2  
    1 `TimeSpan.TryParse` also tries to parse strings that do not satisfy the format exactly. In this case the results can be unexpacted.
     1`TimeSpan.TryParse` also tries to parse strings that do not satisfy the format exactly. In this case the results can be unexpected.
    22
    33Seconds and minutes over 59, and hours over 23 are interpreted as days.