|
@ -16,7 +16,7 @@ module.exports = class { |
|
|
if (chapter.title) { |
|
|
if (chapter.title) { |
|
|
title = chapter.title |
|
|
title = chapter.title |
|
|
} else if (chapter.fictionalDate && chapter.fictionalDate.getUTCFullYear() > 1) { |
|
|
} else if (chapter.fictionalDate && chapter.fictionalDate.getUTCFullYear() > 1) { |
|
|
title = moment(chapter.fictionalDate).format("MMM D, YYYY") |
|
|
|
|
|
|
|
|
title = moment.utc(chapter.fictionalDate).format("MMM D, YYYY") |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return title |
|
|
return title |
|
|