I'm trying to write cookies from my website and I'm trying to figure out what implications timezones has over the HttpCookie.Expire property. Should I be passing DateTime.Now.AddDays(1) or Da开发者_如何学PythonteTime.UtcNow.AddDays(1) or the users's timezone plus a day?
If you use a local time, .NET will automatically convert it to GMT when outputting it to the client.
So it doesn't matter for the cookie, but I do suggest to always work with UTC, so at least you can assume that in your data the timezone offset is always 0.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论