diff --git a/marko/page/story-content/components/story-content-menu/component.js b/marko/page/story-content/components/story-content-menu/component.js index 6f81c47..bc5339d 100644 --- a/marko/page/story-content/components/story-content-menu/component.js +++ b/marko/page/story-content/components/story-content-menu/component.js @@ -16,7 +16,7 @@ module.exports = class { if (chapter.title) { title = chapter.title } 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