City-of-Bloomington / drupal-theme-cob

COB Theme for the drupal website
https://bloomington.in.gov
GNU Affero General Public License v3.0
2 stars 1 forks source link

All board meetings show current date #231

Closed inghamn closed 2 years ago

inghamn commented 2 years ago

The template for onboard_upcoming_meetings is attempting to read from a field that doesn't exist. Because the field doesn't exist, the current date and time are used.

inghamn commented 2 years ago

The day of the week display is still showing the wrong day. It looks like it always shows the day previous to the event. I suspect it's a timezone problem with the date parsing.