america/ahegao

This commit is contained in:
MeowcaTheoRange 2024-08-31 01:02:00 -05:00
parent 6e58a9d911
commit 9800e5eff4

View file

@ -11,7 +11,7 @@
<% rss.items.forEach((item) => { %>
<li>
<h3><a href="<%= item.link %>"><%= item.title %></a></h3>
<p class="nomargin" style="opacity: 0.5">by <%= item.author %> / <%= new Date(item.isoDate).toLocaleString(rss.language) %> Central Time</p>
<p class="nomargin" style="opacity: 0.5">by <%= item.author %> / <%= new Date(item.isoDate).toLocaleString(rss.language, { timeZone: "America/Chicago" }) %> Central Time</p>
<p style="white-space: pre-line;"><%= item.content.trim() %></p>
</li>
<% }) %>