diff --git a/ghost/admin/app/components/dashboard/charts/recents.hbs b/ghost/admin/app/components/dashboard/charts/recents.hbs index b987c05cc7..d4f49a5357 100644 --- a/ghost/admin/app/components/dashboard/charts/recents.hbs +++ b/ghost/admin/app/components/dashboard/charts/recents.hbs @@ -51,7 +51,7 @@ {{else}}
- {{moment-format post.published_at "D MMM YYYY HH:mm"}} + {{moment-format (moment-site-tz post.publishedAtUTC) "D MMM YYYY HH:mm"}}
{{/if}}