aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Sort out the storage and display of the next show date #8

Closed DamianEdwards closed 9 years ago

DamianEdwards commented 9 years ago

It's a mixture of DateTime and DateTimeOffset right now. Perhaps easier to just store it as DateTime as it will always be in PST. If we decide to something clever later on like show home page visitors the next show time in their local timezone, we could just adjust the date before display.

DamianEdwards commented 9 years ago

I think this is finally fixed