Zero pad the day's date

This commit is contained in:
Roan Horning 2022-10-08 08:44:47 -04:00
parent bf8bf8daad
commit e4463dc5ba
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -36,7 +36,7 @@
<!--% END %-->
<!--% MACRO format_feed_date(date_to_format) BLOCK %-->
<!--% USE feed_date = date(format = '%a, %e %b %Y 00:00:00 +0000', gmt=1) %-->
<!--% USE feed_date = date(format = '%a, %d %b %Y %H:%M:%S +0000', gmt=1) %-->
<!--% feed_date.format(date_to_format) %-->
<!--% END %-->