Closed ale-rt closed 1 year ago
There but not just there... If you look the screenshot the byline after the page heading says "Oct 30, 2021", the byline in the listed page says "Oct 30, 2021 08:11 AM".
The pt you linked is responsible for the second one (see the long_format=1
):
https://github.com/plone/plone.app.contenttypes/blob/08b6cea4e17a5588d2f5cdbe706ca280f528c481/plone/app/contenttypes/browser/templates/listing.pt#L97
The other date is probably generated in some viewlet contained in plone.app.layout
.
I would change both of them to use pat-display-time
like we have in the sidebar, see:
fixed
What I did:
What I expect to happen:
The bylines should be consistent, probably both should display the time.
What version of Plone/ Addons I am using:
Plone 6.0.0a2.dev0 (6001) CMF 2.5.4 Zope 5.3.1.dev0 Python 3.8.3 (default, Jul 14 2020, 07:39:54) [GCC 7.5.0] PIL 8.3.1 (Pillow) WSGI: On Server: waitress 2.0.0