Tagged Questions
3
votes
2answers
473 views
Should I use DateTime.Now or DateTime.UtcNow in HttpCookie.Expires and HttpCachePolicy.SetExpires?
Should I use DateTime.Now or DateTime.UtcNow in HttpCookie.Expires and HttpCachePolicy.SetExpires?
Cookies are sending 'GMT' time, but I don't know what happen if I send DateTime.Now.AddDays(3) if I ...
0
votes
2answers
358 views
ASP.NET / SQL Timezone mystery
Setup: Windows Server 2003 / SQL Server 2005. ASP.NET 2.0. IIS 6.
The site I'm working on uses ASP.NET Membership and when a user is created it is inserted into the aspnet_membership database.
...