0 votes
in Rock by TinaStephens (8.6k points)
edited

Sun Valley has a service reservation for Christmas https://rock.sv.cc/page/1004 Tempe Campus is the only campus working correctly. All the campus that have a Friday date are showing Thursday December 22nd too.

I've looked at

schedules- (this is one of them) https://rock.sv.cc/page/308?ScheduleId=16343&ExpandedIds=C50

Locations- (this is one of them) https://rock.sv.cc/admin/general/locations?LocationId=52818&ExpandedIds=33%2C52817%2C54171%2C54812%2C55%2C52819

CMS Page-https://rock.sv.cc/page/103?Page=1004&ExpandedIds=1290%2c963&Redirect=false

1 Answer

0 votes
by DavidTurner (14.9k points)
edited
 
Best answer

This is the same issue that Christ Chapel Bible Church had. For some reason the dates are now getting returned as a UTC date. If you convert date to string first before formatting it, it will show correctly. I updated SV's date card setting with this change, and it should be working correctly now.

enter image description here

Code to copy:

{% assign date = Date | ToString %}
<h4>{{ date | Date:'dddd MMM' }} {{ date | Date:'d' | NumberToOrdinal }}</h4>
Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...