Skip to content

Commit 3263496

Browse files
committed
Fix invalid timezone error
1 parent 9001ecb commit 3263496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/articles/_path.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export default {
243243
244244
updatedAt () {
245245
return (new Date(this.article.updatedAt)).toLocaleDateString('en-US', {
246-
timeZone: 'MST'
246+
timeZone: 'America/Denver'
247247
})
248248
}
249249
}

0 commit comments

Comments
 (0)