I have this code that I use to show the published date, but I would prefer to add my time zone. Does replacing MST with the time zone (e.g. CST) work or is it more complex than that?
Format "2006-03-01T09:00MST
To render localized timestamps, you can either can specify the timezone
in your project’s config or use the time
function.
Adding timezone to the config file did the trick.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.