Closed hannesm closed 8 years ago
Ptime.to_date returns (y, m, d), not (d, m, y). not sure whether / or . as date separator is "prettier"... this patch adds the published and last updated timestamp on each article
Ptime.to_date
(y, m, d)
(d, m, y)
/
.
Ptime.to_date
returns(y, m, d)
, not(d, m, y)
. not sure whether/
or.
as date separator is "prettier"... this patch adds the published and last updated timestamp on each article