Well, everything is supported to be done (on Hugo side) until I found that the JSON.publish datum was converted to some other format, not my. For instance:
Here is the my time format (RFC-3339)
---
title : Saturday
publishDate : 2020-03-15T17:59:34+07:00
---
I’ve tried to reformat at the single.json file like this .PublishDate.Format .Site.Params.format.time. But the result is still the same. Did I do something wrong?
Update 15:05, 18-Mar-2020
Today, when I run Hugo again, the .PublishDate.Format .Site.Params.format.time solution works?! But if I pass raw .PublishDate, it still not work.
But I can’t set it in archetype file because the .Date is pure string value.
In my code, I tried to set format it from the archetype, btw (sorry about this missing piece of information)