DevSpaceHuntsville / WebsiteAndApi

This is the repo for the current website for the DevSpace Technical Conference in Huntsville, Alabama. There was a major architechure change from last year, so I archived the previous websaite and started fresh.
MIT License
10 stars 12 forks source link

Chrome Hates Time Zones #30

Closed freestylecoder closed 8 years ago

freestylecoder commented 8 years ago

Chrome appears to ALWAYS want to convert datetimes to local time. We need to figure out how to lock it to the CST offset that is sent in the datetime object.

freestylecoder commented 8 years ago

Fixed this last night. I send both a pre-formatted string (for displaying) and the actual UTC date time (for filtering.) So far, it works. We'll see what happens during the show.