<%= description %>
- Published on <%= f.date(new Date(date), {dateStyle:"short"}) %>
+ Published on <%= f.date(new Date(date), {dateStyle:"short", timeZone:config.timezone?.name}) %>
@@ -27,9 +27,9 @@
<%_ } else if (plugins.posts.list.length) { _%>
<%_ for (const {title, date, link} of plugins.posts.list) { _%>
* [<%= title.trim() %>](<%= link %>)
- * *Published on <%= f.date(new Date(date), {dateStyle:"short"}) %>*
+ * *Published on <%= f.date(new Date(date), {dateStyle:"short", timeZone:config.timezone?.name}) %>*
<%_ } _%>
<%_ } else { _%>
No recent posts
<%_ } _%>
-<%_ } _%>
\ No newline at end of file
+<%_ } _%>
diff --git a/source/templates/repository/partials/activity.ejs b/source/templates/repository/partials/activity.ejs
index 92d79b03..2674d336 100644
--- a/source/templates/repository/partials/activity.ejs
+++ b/source/templates/repository/partials/activity.ejs
@@ -163,7 +163,7 @@
<% } %>
<% if (plugins.activity.timestamps) { %>