UX: Add timezone aliases for `IST`, `KST` and `JST` (#20114)

This commit is contained in:
Penar Musaraj 2023-02-01 14:26:43 -05:00 committed by GitHub
parent dd686039dc
commit cb2569303f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ export default {
after: "message-bus",
initialize() {
moment.tz.link(["Asia/Kolkata|IST", "Asia/Seoul|KST", "Asia/Tokyo|JST"]);
delete moment.tz._links["us_pacific-new"];
},
};