Change Expires to DateTimeOffset

This commit is contained in:
Brennan 2015-12-14 08:27:59 -08:00
parent 53be6220a9
commit 59b32934e3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Microsoft.AspNet.Http
/// Gets or sets the expiration date and time for the cookie.
/// </summary>
/// <returns>The expiration date and time for the cookie.</returns>
public DateTime? Expires { get; set; }
public DateTimeOffset? Expires { get; set; }
/// <summary>
/// Gets or sets a value that indicates whether to transmit the cookie using Secure Sockets Layer (SSL)<29>that is, over HTTPS only.