fix community meeting time

This commit is contained in:
Shawn Erquhart 2017-12-20 11:46:09 -05:00
parent 035b02bd24
commit 843503e907

View File

@ -114,7 +114,7 @@ var eventInfoLoad = function() {
$('.month').append(moment(eventDate).format('MMMM'));
$('.day').append(moment(eventDate).format('DD'));
$('.calendar-cta h2 strong:first-child()').append(moment(eventDate).format('dddd, MMMM Do'));
$('.calendar-cta h2 strong:last-child()').append(moment(eventDate).utcOffset(-7).format('h a'));
$('.calendar-cta h2 strong:last-child()').append(`${moment(eventDate).utcOffset(-8).format('h a')} PT`);
}
eventRequest.send();