importfeed: Added some additional --template variables for date and time

This commit was sponsored by Ethan Aubin.
This commit is contained in:
Joey Hess 2020-06-24 14:24:50 -04:00
parent 57edd81849
commit 4229713e63
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 49 additions and 7 deletions

View file

@ -3,3 +3,7 @@ It would be great to be able to use the pubDate of the entries with the --templa
Text.Feed.Query has a getItemPublishDate (and a getFeedPubDate, if we want some kind of ${feeddate}).
The best would be to allow a reformating of the date(s) with (for example) %Y-%m-%D
> itempubdate was added years ago and I forgot to close this,
> but I've now also added itempubmonth, itempubday, etc. [[done]]
> --[[Joey]]