FIX: removes us_pacific-new from the list of available timezones (#10514)

This commit is contained in:
Joffrey JAFFEUX 2020-08-24 11:04:46 +02:00 committed by GitHub
parent e8a842ab8c
commit 23b823dd3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
export default {
name: "moment",
after: "message-bus",
initialize() {
delete moment.tz._links["us_pacific-new"];
}
};