[Mono.Posix] Don't use DateTime.Now for measuring elapsed time
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 2 Jul 2017 11:28:40 +0000 (13:28 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Sun, 2 Jul 2017 21:31:34 +0000 (23:31 +0200)
commitca55ce871f12960c58952a1926c064c33b9cac62
tree7d806d6daefbca084488d46904043a1f049ad70c
parentb3e3e4cc405d95b83c395540aec81762f73bdd74
[Mono.Posix] Don't use DateTime.Now for measuring elapsed time

Use Stopwatch or DateTime.UtcNow instead which aren't affected
by things like daylight-saving time
mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/UnixConnectionPool.cs
mcs/class/Mono.Posix/Test/Mono.Unix/UnixSignalTest.cs