IEvangelist / DotNetDocs.Show

The .NET docs stream / show website
https://dotnetdocs.dev
20 stars 10 forks source link

Update Schedule Page to use Local Time instead of CST #24

Closed isaacrlevin closed 4 years ago

IEvangelist commented 4 years ago

Thank you so much for your contribution, in looking more closely at this - I don't think this is what we want here. We're using Blazor server-side, not WASM. As a result, this would represent the server's local time...not the clients local time. Unless I'm missing something, but I could be wrong?

isaacrlevin commented 4 years ago

Yea you are right, I need to JSInterop for this, I will fix today

isaacrlevin commented 4 years ago

If you want to close it, you can. I do think it makes sense to add some JavaScript update those date fields to local

IEvangelist commented 4 years ago

If you want to close it, you can. I do think it makes sense to add some JavaScript update those date fields to local

We have an episode coming up where Jon Skeet will be joining us to debug our DateTime bugs, we'll try to cover this.