Open
Description
Following your instructions for setting a default TimeZone I get the error:
MomentTimezoneDataPlugin: Unknown options provided (defaultTimezone). Supported options are: matchZones, matchCountries, startYear, endYear, cacheDir.
here is nuxt.config.js
:
moment: {
timezone: {
defaultTimezone: 'America/Los_Angeles',
matchCountries: 'US',
startYear: 2020
}
},
Any other suggestions? I just need to make sure all dates and times are in PST - no matter where in the world a user is.
Metadata
Metadata
Assignees
Labels
No labels