As you can see with this image above, I have the dates set for 2 events. However, the box on the left of each event is off by 1 day. Welcoming the Stranger is set for Dec 18th (listed as Dec 17th in the box) and Christmas Eve Service is set for Dec 24th (listed as Dec 23rd in the box)
Here is my code for each to see if there is something that I am missing.
Welcoming the Stranger for Dec 18th:
- Code: Select all
<div class="gkEvent">
<h3>Event Details:</h3>
<ul>
<li><strong>Date:</strong> <span class="gkEventPeriod"> <time class="gkEventDateStart" datetime="18-12-2015">December 18, 2015</time></span> <span class="gkEventHours"> <time class="gkEventTimeStart" datetime="18:00">6:00 pm</time> - <time class="gkEventTimeEnd" datetime="18:45">6:45 pm</time> </span></li>
<li><strong>Venue:</strong>Community Unitarian Universalist Church</li>
<li class="gkEventRegister"><a href="https://www.google.com/maps/place/Community+Unitarian+Universalist+Church/@46.2347147,-119.1290679,15z/data=!4m2!3m1!1s0x0:0xdc9b252f3ed13ca0" target="_blank">Directions</a></li>
</ul>
<time class="gkEventCounter" datetime="18-12-2015">Time left to event</time></div>
<p>'Welcoming the Stranger' is a Tri-Cities Community Vigil in support of refugees around the world.</p>
<hr id="system-readmore" />
<h4>'Bearing witness to love over fear, and hope beyond dread.'</h4>
<ul>
<li>United Nation International Migrants Day</li>
<li>Come by to pause for quiet reflection, meditation, prayer.</li>
</ul>
Christmas Eve Service for Dec 24th:
- Code: Select all
<div class="gkEvent">
<h3>Event Details:</h3>
<ul>
<li><strong>Date:</strong> <span class="gkEventPeriod"> <time class="gkEventDateStart" datetime="24-12-2015">December 24, 2015</time></span> <span class="gkEventHours"> <time class="gkEventTimeStart" datetime="15:00">7:00 pm</time> - <time class="gkEventTimeEnd" datetime="16:00">8:00 pm</time> </span></li>
<li><strong>Venue:</strong>Shalom UCC</li>
<li class="gkEventRegister"><a href="https://www.google.com/maps/place/Shalom+United+Church+of+Christ/@46.299992,-119.277076,15z/data=!4m2!3m1!1s0x0:0x701fc503e8b82587" target="_blank">Directions</a></li>
</ul>
<time class="gkEventCounter" datetime="24-12-2015">Time left to event</time></div>
<p>Join Pastor Steven Eriksen and the Shalom UCC Congregation in the yearly Christmas Eve Worship Service.</p>
<hr id="system-readmore" />
<h4>The event program:</h4>
<ul class="gkBullet2">
<li>Worship Service starts at 7pm</li>
<li>After the service, join everyone in fellowship</li>
</ul>
<p>All are welcome to join us in worship.</p>
Thanks in advance!