Skip to content

Commit

Permalink
fix time zone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
whatnotery committed Jul 17, 2024
1 parent fb41ae0 commit c981fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ <h2 class="bitter-font text-2xl mx-auto pb-2">Events</h2>
<hr class="border-[#ee3831] border-2 w-2/3 mx-auto my-4 rounded-lg" />
<h2 class="bitter-font text-2xl mx-auto pb-2">{{ event.summary }}</h2>
<h2 class="bitter-font text-xl mx-auto pb-2">
{{ event.start_time | date: '%A %B %d', America/New_York }}
{{ event.start_time | date: '%A %B %d' America/New_York }}
</h2>
<h2 class="bitter-font text-xl mx-auto pb-2">
{{ event.start_time | date: '%-I:%M %P', America/New_York }} - {{
event.end_time | date: '%-I:%M %P', America/New_York }}
{{ event.start_time | date: '%-I:%M %P' America/New_York }} - {{
event.end_time | date: '%-I:%M %P' America/New_York }}
</h2>
<p>{{ event.simple_html_description }}</p>
{% endical %}
Expand Down

0 comments on commit c981fc4

Please sign in to comment.