ResistanceCalendar / resistance-calendar-api

API for Resistance Calendar events
MIT License
3 stars 7 forks source link

Fix event times #57

Closed InciteDemocracy closed 7 years ago

InciteDemocracy commented 7 years ago

convert event times to display event's local time.

aaghevli commented 7 years ago

Hey @InciteDemocracy, this is work that is better performed on the front end for a few reason.

  1. The server does not know the timezone of the user
  2. Returning dates from the backend in local timezones breaks server side caching

Assuming you will file an issue in the FE project, I am closing this here.