3 references to Date
Microsoft.Extensions.Http.Resilience (1)
Internal\RetryAfterHelper.cs (1)
20
{
Date
: { } date } => (true, date - timeProvider.GetUtcNow()),
NuGet.Protocol (2)
HttpSource\HttpRetryHandler.cs (2)
303
if (retryAfter?.
Date
!= null)
305
DateTimeOffset retryAfterDate = retryAfter.
Date
.Value.ToUniversalTime();