DavisCSClub / Main-Website

Open source code for the Davis Computer Science Club main website.
MIT License
4 stars 3 forks source link

Move OfficeHour Calendar to use UTC #169

Open tehalexf opened 8 years ago

tehalexf commented 8 years ago

Two things have to be done:

  1. Load and store in locally PST, server UTC*.
  2. Update all rows in db to offset by 8 (Currently in PST, move to UTC), and set the timezone as UTC.

*(Perhaps have server/external resource set the local timezone so that even if the local clock is wrong, it will be correctly set on the server?)