Created 2024-12-30T13:21:22Z
Updated 2025-01-18T20:44:17Z
Type Action
Status Done

Image

Currently the post dates are presented with:

{ { post.date | date: date_format } }

I need to format the post date and remove the +0000 timezone offset.

Liquid supports date string formatting so that the date can be presented as YYYY-MM-DD HH:MM:SS, without the timezone offset.

{ { post.date | date: "%Y-%m-%d %H:%M:%S" } }