update @ Thu Dec 26 04:35:19 EET 2024

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-26 04:35:19 +02:00
parent b89e225006
commit c49db3bc8e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -1586,7 +1586,7 @@ def rss(config: dict[str, typing.Any]) -> int:
f" [edited at {datetime.datetime.utcfromtimestamp(created).strftime(ftime)}]"
if created
else ""
)
) + f"\n\nRead about it at {link}"
etree.SubElement(item, "pubDate").text = datetime.datetime.utcfromtimestamp(
post["created"],
).strftime(ftime)