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
|
||||
item.pubdate =
|
||||
some(parse(item.pubDate.get(), feed.timeFormat).format(atomTimeFormat))
|
||||
if item.updated.isSome():
|
||||
item.updated =
|
||||
some(parse(item.updated.get(), feed.timeFormat).format(atomTimeFormat))
|
||||
if item.updated.isSome():
|
||||
item.updated =
|
||||
some(parse(item.updated.get(), feed.timeFormat).format(atomTimeFormat))
|
||||
|
||||
item
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue