Imported Upstream version 6.0.0.310

Former-commit-id: 4920e33be349109f038445814407a4de396c82a8
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-06-28 08:52:31 +00:00
parent 43178b2bf1
commit 9163dc941b
47 changed files with 66 additions and 38 deletions

View File

@@ -1236,6 +1236,12 @@ namespace System
isDst = true;
}
if (date >= new DateTime (tEnd.Ticks - current.DaylightDelta.Ticks, DateTimeKind.Utc))
{
offset = baseUtcOffset;
isDst = false;
}
return true;
}
}