Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1590


Ignore:
Timestamp:
07/19/11 06:40:37 (13 years ago)
Author:
abeham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1590 – Description

    initial v1  
    1 I'm not entirely sure about this and it's a rare case, but since we're using local time to measure it could be possible that we obtain one measurement before a time zone or Daylight savings change and the other afterwards. The next daylight savings change is on October 30th, 2011.
     1I'm not entirely sure about this and it's a rare case, but since we're using local time to measure it could be possible that we obtain one measurement before a time zone or daylight savings change and the other afterwards. The next daylight savings change is on October 30th, 2011.
    22
    33We should either use [http://msdn.microsoft.com/en-us/library/system.datetime.utcnow.aspx DateTime.UtcNow] or the [http://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.aspx Stopwatch] class.