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

View File

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