diff --git a/Server/src/routes/api/events.js b/Server/src/routes/api/events.js index 423b54f..a26cecb 100644 --- a/Server/src/routes/api/events.js +++ b/Server/src/routes/api/events.js @@ -48,7 +48,7 @@ router.get("/page/:page",function(req,res){ } events.push({ title: 'Sunday School', - startDate: nextSundayMorning, + startDate: moment.tz(nextSundayMorning,"America/Denver").format(), endDate: new Date(nextSundayMorning).setHours(11), description: 'Sunday School Service' });