Use local times for post dates

This commit is contained in:
2023-02-25 15:04:36 +11:00
parent 49bf9dc52d
commit f3cf53938e
5 changed files with 18 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ module Adamantium
published_at.strftime("%e %B, %Y")
end
def machine_published_at
published_at.rfc2822
end
def syndicated?
!syndication_sources.empty?
end