the date retrieved is now correct
This commit is contained in:
@@ -31,7 +31,7 @@ export default class Updater {
|
||||
if (element.name == "title") {
|
||||
outEntry.title = (element.children[0] as XmlText).text;
|
||||
}
|
||||
else if (element.name == "date") {
|
||||
else if (element.name == "updated") {
|
||||
outEntry.date = new Date((element.children[0] as XmlText).text);
|
||||
}
|
||||
else if (element.name == "link") {
|
||||
|
||||
Reference in New Issue
Block a user