america/ahegao
This commit is contained in:
parent
6e58a9d911
commit
9800e5eff4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<% }) %>
|
||||
|
|
Loading…
Reference in a new issue