The resolution of DateTime.Now depends on your system timer (~10ms on a current Windows OS)…so it’s giving the same ending value there (it doesn’t count any more finite than that).
The resolution of DateTime.Now depends on your system timer (~10ms on a current Windows OS)…so it’s giving the same ending value there (it doesn’t count any more finite than that).