This commit is contained in:
parent
c5c8bd823e
commit
32d5bde113
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ proc mixRssFeeds*(
|
||||||
# if the IDE screams at you here, ignore it
|
# if the IDE screams at you here, ignore it
|
||||||
item.pubdate =
|
item.pubdate =
|
||||||
some(parse(item.pubDate.get(), feed.timeFormat).format(atomTimeFormat))
|
some(parse(item.pubDate.get(), feed.timeFormat).format(atomTimeFormat))
|
||||||
if item.updated.isSome():
|
if item.updated.isSome():
|
||||||
item.updated =
|
item.updated =
|
||||||
some(parse(item.updated.get(), feed.timeFormat).format(atomTimeFormat))
|
some(parse(item.updated.get(), feed.timeFormat).format(atomTimeFormat))
|
||||||
|
|
||||||
item
|
item
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue