@react-pakistan/util-functions 1.25.89 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +74 -315
- package/constants/api-methods.d.ts +3 -1
- package/constants/api-methods.js +1 -15
- package/constants/cache-time.d.ts +7 -5
- package/constants/cache-time.js +1 -8
- package/constants/countries-timezones.d.ts +4 -2
- package/constants/countries-timezones.js +1 -1411
- package/constants/currencies.d.ts +4 -2
- package/constants/currencies.js +1 -1076
- package/constants/dial-codes.d.ts +5 -3
- package/constants/dial-codes.js +1 -1216
- package/constants/layout-direction.d.ts +3 -1
- package/constants/layout-direction.js +1 -8
- package/constants/react-pakistan-meta.d.ts +4 -2
- package/constants/react-pakistan-meta.js +1 -35
- package/constants/react-pakistan.d.ts +5 -3
- package/constants/react-pakistan.js +12 -104
- package/constants/select-value-delimiter.d.ts +3 -1
- package/constants/select-value-delimiter.js +1 -13
- package/constants/social-media-colors.d.ts +3 -1
- package/constants/social-media-colors.js +1 -42
- package/constants/social-media-sizes.d.ts +6 -4
- package/constants/social-media-sizes.js +1 -327
- package/constants/user-roles.d.ts +3 -1
- package/constants/user-roles.js +1 -9
- package/edu-pilot-pro/types/academics.d.ts +2 -0
- package/edu-pilot-pro/types/academics.js +1 -0
- package/edu-pilot-pro/types/admission.d.ts +878 -0
- package/edu-pilot-pro/types/admission.js +1 -0
- package/edu-pilot-pro/types/communication.d.ts +2 -0
- package/edu-pilot-pro/types/communication.js +1 -0
- package/edu-pilot-pro/types/enums.d.ts +413 -0
- package/edu-pilot-pro/types/enums.js +1 -0
- package/edu-pilot-pro/types/finance.d.ts +2 -0
- package/edu-pilot-pro/types/finance.js +1 -0
- package/edu-pilot-pro/types/index.d.ts +2 -0
- package/edu-pilot-pro/types/index.js +1 -0
- package/edu-pilot-pro/types/user-management.d.ts +2 -0
- package/edu-pilot-pro/types/user-management.js +1 -0
- package/factory/generic-component-factory.d.ts +12 -9
- package/factory/generic-component-factory.js +1 -131
- package/factory/generic-module-factory.d.ts +14 -10
- package/factory/generic-module-factory.js +1 -190
- package/general/basic-get.d.ts +8 -1
- package/general/basic-get.js +1 -83
- package/general/basic-post.d.ts +8 -1
- package/general/basic-post.js +1 -70
- package/general/calculate-pages.d.ts +9 -1
- package/general/calculate-pages.js +1 -7
- package/general/camel-to-sentence-case.d.ts +3 -1
- package/general/camel-to-sentence-case.js +1 -20
- package/general/check-even-odd-length.d.ts +3 -1
- package/general/check-even-odd-length.js +1 -17
- package/general/clear-cache.d.ts +7 -2
- package/general/clear-cache.js +1 -12
- package/general/cnic-formatter.d.ts +16 -3
- package/general/cnic-formatter.js +1 -53
- package/general/convert-url-to-base64.d.ts +8 -6
- package/general/convert-url-to-base64.js +1 -231
- package/general/countries.d.ts +5 -3
- package/general/countries.js +1 -514
- package/general/create-date.d.ts +3 -1
- package/general/create-date.js +1 -22
- package/general/crypto.d.ts +4 -2
- package/general/crypto.js +1 -45
- package/general/currencies.d.ts +2 -0
- package/general/currencies.js +0 -1077
- package/general/delete-image-from-private-supabase.d.ts +10 -2
- package/general/delete-image-from-private-supabase.js +1 -66
- package/general/delete-image-from-public-supabase.d.ts +10 -2
- package/general/delete-image-from-public-supabase.js +1 -66
- package/general/download-from-url.d.ts +8 -1
- package/general/download-from-url.js +1 -82
- package/general/dynamic-page-limit.d.ts +9 -3
- package/general/dynamic-page-limit.js +1 -7
- package/general/enum-to-text.d.ts +8 -1
- package/general/enum-to-text.js +1 -11
- package/general/fetch-data.d.ts +16 -4
- package/general/fetch-data.js +1 -95
- package/general/fetch-supabase-image.d.ts +11 -2
- package/general/fetch-supabase-image.js +1 -67
- package/general/fetch-supabase-private-assets.d.ts +11 -2
- package/general/fetch-supabase-private-assets.js +1 -69
- package/general/format-date.d.ts +10 -2
- package/general/format-date.js +1 -49
- package/general/format-number.d.ts +12 -2
- package/general/format-number.js +1 -35
- package/general/format-phone-display.d.ts +9 -1
- package/general/format-phone-display.js +1 -32
- package/general/format-phone.d.ts +10 -2
- package/general/format-phone.js +1 -20
- package/general/format-pricing.d.ts +8 -1
- package/general/format-pricing.js +1 -23
- package/general/format-secs.d.ts +8 -1
- package/general/format-secs.js +1 -21
- package/general/format-time.d.ts +8 -2
- package/general/format-time.js +1 -38
- package/general/format-value.d.ts +8 -1
- package/general/format-value.js +1 -7
- package/general/full-month-range.d.ts +3 -2
- package/general/full-month-range.js +1 -24
- package/general/full-year-range.d.ts +3 -2
- package/general/full-year-range.js +1 -20
- package/general/generate-article-schema.d.ts +3 -2
- package/general/generate-article-schema.js +1 -100
- package/general/generate-blog-schema.d.ts +3 -2
- package/general/generate-blog-schema.js +1 -32
- package/general/generate-book-schema.d.ts +3 -2
- package/general/generate-book-schema.js +1 -109
- package/general/generate-breadcrumb-schema.d.ts +3 -2
- package/general/generate-breadcrumb-schema.js +1 -34
- package/general/generate-carousel-schema.d.ts +3 -2
- package/general/generate-carousel-schema.js +1 -172
- package/general/generate-course-schema.d.ts +3 -2
- package/general/generate-course-schema.js +1 -124
- package/general/generate-dataset-schema.d.ts +3 -2
- package/general/generate-dataset-schema.js +1 -156
- package/general/generate-discussion-forum-schema.d.ts +3 -2
- package/general/generate-discussion-forum-schema.js +1 -67
- package/general/generate-education-schema.d.ts +3 -2
- package/general/generate-education-schema.js +1 -137
- package/general/generate-employer-aggregate-rating-schema.d.ts +3 -2
- package/general/generate-employer-aggregate-rating-schema.js +1 -64
- package/general/generate-event-schema.d.ts +3 -2
- package/general/generate-event-schema.js +1 -214
- package/general/generate-faq-schema.d.ts +3 -2
- package/general/generate-faq-schema.js +1 -43
- package/general/generate-grid.d.ts +3 -2
- package/general/generate-grid.js +1 -55
- package/general/generate-image-metadata-schema.d.ts +3 -2
- package/general/generate-image-metadata-schema.js +1 -73
- package/general/generate-job-posting-schema.d.ts +3 -2
- package/general/generate-job-posting-schema.js +1 -120
- package/general/generate-local-business-schema.d.ts +3 -2
- package/general/generate-local-business-schema.js +1 -75
- package/general/generate-math-solver-schema.d.ts +3 -2
- package/general/generate-math-solver-schema.js +1 -83
- package/general/generate-movie-carousel-schema.d.ts +3 -2
- package/general/generate-movie-carousel-schema.js +1 -160
- package/general/generate-organization-schema.d.ts +3 -2
- package/general/generate-organization-schema.js +1 -39
- package/general/generate-profile-page-schema.d.ts +3 -2
- package/general/generate-profile-page-schema.js +1 -82
- package/general/generate-qa-page-schema.d.ts +3 -2
- package/general/generate-qa-page-schema.js +1 -67
- package/general/generate-recipe-schema.d.ts +3 -2
- package/general/generate-recipe-schema.js +1 -104
- package/general/generate-ref.d.ts +8 -2
- package/general/generate-ref.js +1 -12
- package/general/generate-review-snippet-schema.d.ts +3 -2
- package/general/generate-review-snippet-schema.js +1 -137
- package/general/generate-shopping-loyalty-program-schema.d.ts +3 -2
- package/general/generate-shopping-loyalty-program-schema.js +1 -59
- package/general/generate-shopping-merchant-listing-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-listing-schema.js +1 -153
- package/general/generate-shopping-merchant-return-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-return-policy-schema.js +1 -68
- package/general/generate-shopping-merchant-shipping-policy-schema.d.ts +3 -2
- package/general/generate-shopping-merchant-shipping-policy-schema.js +1 -74
- package/general/generate-shopping-overview-schema.d.ts +3 -2
- package/general/generate-shopping-overview-schema.js +1 -157
- package/general/generate-shopping-product-snippet-schema.d.ts +3 -2
- package/general/generate-shopping-product-snippet-schema.js +1 -167
- package/general/generate-shopping-variants-schema.d.ts +3 -2
- package/general/generate-shopping-variants-schema.js +1 -143
- package/general/generate-software-app-schema.d.ts +3 -2
- package/general/generate-software-app-schema.js +1 -143
- package/general/generate-speakable-schema.d.ts +3 -2
- package/general/generate-speakable-schema.js +1 -139
- package/general/generate-subscription-schema.d.ts +3 -2
- package/general/generate-subscription-schema.js +1 -133
- package/general/generate-vacation-rental-schema.d.ts +3 -2
- package/general/generate-vacation-rental-schema.js +1 -135
- package/general/generate-video-schema.d.ts +3 -2
- package/general/generate-video-schema.js +1 -163
- package/general/generic-cache.d.ts +17 -15
- package/general/generic-cache.js +1 -659
- package/general/get-available-page-limit.d.ts +8 -2
- package/general/get-available-page-limit.js +1 -31
- package/general/get-calendar-current-month.d.ts +11 -3
- package/general/get-calendar-current-month.js +1 -31
- package/general/get-calendar-dates.d.ts +11 -3
- package/general/get-calendar-dates.js +1 -42
- package/general/get-calendar-next-month.d.ts +12 -3
- package/general/get-calendar-next-month.js +1 -32
- package/general/get-calendar-previous-month.d.ts +12 -3
- package/general/get-calendar-previous-month.js +1 -36
- package/general/get-current-year.d.ts +7 -1
- package/general/get-current-year.js +1 -5
- package/general/get-day-name.d.ts +5 -3
- package/general/get-day-name.js +1 -14
- package/general/get-dial-code.d.ts +8 -1
- package/general/get-dial-code.js +1 -8
- package/general/get-full-name.d.ts +9 -2
- package/general/get-full-name.js +1 -8
- package/general/get-href.d.ts +3 -1
- package/general/get-href.js +1 -13
- package/general/get-month-name.d.ts +5 -3
- package/general/get-month-name.js +1 -19
- package/general/get-month-number.d.ts +5 -3
- package/general/get-month-number.js +1 -29
- package/general/get-number-of-days-in-month.d.ts +9 -2
- package/general/get-number-of-days-in-month.js +1 -12
- package/general/get-pathname.d.ts +3 -1
- package/general/get-pathname.js +1 -16
- package/general/get-week-day.d.ts +8 -1
- package/general/get-week-day.js +1 -9
- package/general/image-url-to-base64.d.ts +3 -1
- package/general/image-url-to-base64.js +1 -80
- package/general/is-created-or-updated.d.ts +3 -1
- package/general/is-created-or-updated.js +1 -26
- package/general/is-next-button-disabled.d.ts +9 -1
- package/general/is-next-button-disabled.js +1 -5
- package/general/is-odd.d.ts +3 -1
- package/general/is-odd.js +1 -13
- package/general/is-previous-button-disabled.d.ts +8 -1
- package/general/is-previous-button-disabled.js +1 -7
- package/general/linear-gradients.d.ts +4 -2
- package/general/linear-gradients.js +1 -52
- package/general/multi-part-search.d.ts +10 -2
- package/general/multi-part-search.js +1 -16
- package/general/normalize-phone.d.ts +15 -2
- package/general/normalize-phone.js +1 -40
- package/general/parse-frontmatter.d.ts +11 -4
- package/general/parse-frontmatter.js +2 -35
- package/general/remove-data-image-prefix.d.ts +8 -1
- package/general/remove-data-image-prefix.js +1 -7
- package/general/repeat-times.d.ts +3 -1
- package/general/repeat-times.js +1 -21
- package/general/resolve-anchor-link.d.ts +3 -1
- package/general/resolve-anchor-link.js +1 -26
- package/general/resolve-current-date.d.ts +3 -1
- package/general/resolve-current-date.js +1 -22
- package/general/resolve-grid.d.ts +3 -1
- package/general/resolve-grid.js +1 -18
- package/general/resolve-initials.d.ts +3 -1
- package/general/resolve-initials.js +1 -17
- package/general/set-timezone.d.ts +11 -1
- package/general/set-timezone.js +1 -12
- package/general/slugify.d.ts +3 -1
- package/general/slugify.js +1 -24
- package/general/text-to-enum.d.ts +8 -1
- package/general/text-to-enum.js +1 -10
- package/general/text-to-sentence-case.d.ts +3 -1
- package/general/text-to-sentence-case.js +1 -16
- package/general/time-out.d.ts +3 -1
- package/general/time-out.js +1 -16
- package/general/time-zones.d.ts +3 -1
- package/general/time-zones.js +1 -437
- package/general/truncate-text.d.ts +3 -1
- package/general/truncate-text.js +1 -18
- package/general/type.d.ts +3 -1
- package/general/type.js +1 -2
- package/general/upload-blob-to-private-supabase.d.ts +14 -2
- package/general/upload-blob-to-private-supabase.js +1 -62
- package/general/upload-blob-to-public-supabase.d.ts +14 -2
- package/general/upload-blob-to-public-supabase.js +1 -62
- package/general/upload-image-to-private-supabase.d.ts +15 -3
- package/general/upload-image-to-private-supabase.js +1 -66
- package/general/upload-image-to-public-supabase.d.ts +15 -3
- package/general/upload-image-to-public-supabase.js +1 -66
- package/general/url-to-sentence-case.d.ts +3 -1
- package/general/url-to-sentence-case.js +1 -19
- package/general/validate-comment.d.ts +3 -1
- package/general/validate-comment.js +1 -21
- package/general/validate-email.d.ts +3 -1
- package/general/validate-email.js +1 -24
- package/general/validate-form.d.ts +12 -3
- package/general/validate-form.js +1 -29
- package/general/validate-name.d.ts +3 -1
- package/general/validate-name.js +1 -21
- package/hooks/use-change.d.ts +11 -2
- package/hooks/use-change.js +1 -23
- package/hooks/use-debounce.d.ts +10 -1
- package/hooks/use-debounce.js +1 -14
- package/hooks/use-fetch.d.ts +7 -5
- package/hooks/use-fetch.js +1 -239
- package/hooks/use-force-render.d.ts +6 -2
- package/hooks/use-force-render.js +1 -17
- package/hooks/use-ip-geo-location.d.ts +8 -1
- package/hooks/use-ip-geo-location.js +1 -79
- package/hooks/use-is-mobile.d.ts +8 -1
- package/hooks/use-is-mobile.js +1 -22
- package/hooks/use-module-entity-v2.d.ts +7 -4
- package/hooks/use-module-entity-v2.js +1 -188
- package/hooks/use-module-entity.d.ts +7 -4
- package/hooks/use-module-entity.js +1 -177
- package/hooks/use-phone-formatter.d.ts +10 -2
- package/hooks/use-phone-formatter.js +1 -23
- package/hooks/use-position.d.ts +6 -3
- package/hooks/use-position.js +1 -43
- package/hooks/use-rtl.d.ts +4 -2
- package/hooks/use-rtl.js +1 -84
- package/hooks/use-sticky.d.ts +3 -1
- package/hooks/use-sticky.js +1 -39
- package/hooks/use-toggle-state.d.ts +3 -2
- package/hooks/use-toggle-state.js +1 -26
- package/hooks/use-window-event-listener.d.ts +9 -1
- package/hooks/use-window-event-listener.js +1 -11
- package/hooks/with-seo.d.ts +11 -2
- package/hooks/with-seo.js +1 -37
- package/local-storage/get-storage-value.d.ts +5 -2
- package/local-storage/get-storage-value.js +1 -20
- package/local-storage/remove-storage-value.d.ts +3 -1
- package/local-storage/remove-storage-value.js +1 -14
- package/local-storage/set-storage-value.d.ts +3 -1
- package/local-storage/set-storage-value.js +1 -14
- package/local-storage/type.d.ts +3 -1
- package/local-storage/type.js +1 -2
- package/npm.d.d.ts +2 -0
- package/npm.d.js +0 -0
- package/package.json +20 -18
- package/storybook/generate-sitemap.d.ts +3 -1
- package/storybook/generate-sitemap.js +17 -26
- package/storybook/preview.d.ts +4 -2
- package/storybook/preview.js +1 -62
- package/storybook/react-design-story-script.d.ts +3 -1
- package/storybook/react-design-story-script.js +5 -27
- package/storybook/react-emoji-collection.d.ts +3 -1
- package/storybook/react-emoji-collection.js +10 -55
- package/storybook/react-emoji-story-script.d.ts +3 -1
- package/storybook/react-emoji-story-script.js +5 -31
- package/storybook/react-emoji-story-template.d.ts +3 -1
- package/storybook/react-emoji-story-template.js +45 -15
- package/storybook/react-icon-collection.d.ts +3 -1
- package/storybook/react-icon-collection.js +10 -42
- package/storybook/react-icon-story-script.d.ts +3 -1
- package/storybook/react-icon-story-script.js +5 -27
- package/storybook/react-icon-story-template.d.ts +3 -1
- package/storybook/react-icon-story-template.js +45 -14
- package/storybook/react-logo-collection.d.ts +3 -1
- package/storybook/react-logo-collection.js +10 -42
- package/storybook/react-logo-story-script.d.ts +3 -1
- package/storybook/react-logo-story-script.js +5 -27
- package/storybook/react-logo-story-template.d.ts +3 -1
- package/storybook/react-logo-story-template.js +45 -14
- package/storybook/react-pakistan-theme.d.ts +3 -1
- package/storybook/react-pakistan-theme.js +1 -31
- package/storybook/responsive-args.d.ts +11 -10
- package/storybook/responsive-args.js +1 -19
- package/storybook/responsive-component.d.ts +4 -2
- package/storybook/responsive-component.js +37 -23
- package/storybook/responsive-screens.d.ts +3 -1
- package/storybook/responsive-screens.js +1 -109
- package/storybook/theme.d.ts +17 -15
- package/storybook/theme.js +1 -1022
- package/api/stellar-solutions/app-user/index.d.ts +0 -51
- package/api/stellar-solutions/app-user/index.js +0 -210
- package/api/stellar-solutions/bank/index.d.ts +0 -59
- package/api/stellar-solutions/bank/index.js +0 -210
- package/api/stellar-solutions/branch/index.d.ts +0 -58
- package/api/stellar-solutions/branch/index.js +0 -220
- package/api/stellar-solutions/company/index.d.ts +0 -57
- package/api/stellar-solutions/company/index.js +0 -218
- package/api/stellar-solutions/company-report/index.d.ts +0 -15
- package/api/stellar-solutions/company-report/index.js +0 -74
- package/api/stellar-solutions/constants.d.ts +0 -19
- package/api/stellar-solutions/constants.js +0 -22
- package/api/stellar-solutions/contact/index.d.ts +0 -56
- package/api/stellar-solutions/contact/index.js +0 -217
- package/api/stellar-solutions/currency/index.d.ts +0 -55
- package/api/stellar-solutions/currency/index.js +0 -212
- package/api/stellar-solutions/customer/index.d.ts +0 -68
- package/api/stellar-solutions/customer/index.js +0 -249
- package/api/stellar-solutions/expense/index.d.ts +0 -58
- package/api/stellar-solutions/expense/index.js +0 -229
- package/api/stellar-solutions/expense-category/index.d.ts +0 -53
- package/api/stellar-solutions/expense-category/index.js +0 -214
- package/api/stellar-solutions/lead/index.d.ts +0 -51
- package/api/stellar-solutions/lead/index.js +0 -206
- package/api/stellar-solutions/menu-order/index.d.ts +0 -53
- package/api/stellar-solutions/menu-order/index.js +0 -202
- package/api/stellar-solutions/payment/index.d.ts +0 -65
- package/api/stellar-solutions/payment/index.js +0 -230
- package/api/stellar-solutions/payment-mode/index.d.ts +0 -53
- package/api/stellar-solutions/payment-mode/index.js +0 -191
- package/api/stellar-solutions/preference/index.d.ts +0 -25
- package/api/stellar-solutions/preference/index.js +0 -114
- package/api/stellar-solutions/product/index.d.ts +0 -64
- package/api/stellar-solutions/product/index.js +0 -235
- package/api/stellar-solutions/product-category/index.d.ts +0 -51
- package/api/stellar-solutions/product-category/index.js +0 -212
- package/api/stellar-solutions/profile/index.d.ts +0 -78
- package/api/stellar-solutions/profile/index.js +0 -234
- package/api/stellar-solutions/quote-invoice/index.d.ts +0 -97
- package/api/stellar-solutions/quote-invoice/index.js +0 -369
- package/api/stellar-solutions/quote-invoice-report/index.d.ts +0 -15
- package/api/stellar-solutions/quote-invoice-report/index.js +0 -74
- package/api/stellar-solutions/tax/index.d.ts +0 -55
- package/api/stellar-solutions/tax/index.js +0 -224
- package/api/stellar-solutions/types/common.d.ts +0 -24
- package/api/stellar-solutions/types/common.js +0 -22
- package/api/stellar-solutions/types/erp.d.ts +0 -302
- package/api/stellar-solutions/types/erp.js +0 -73
- package/api/stellar-solutions/types/index.d.ts +0 -3
- package/api/stellar-solutions/types/index.js +0 -19
- package/api/stellar-solutions/types/pos.d.ts +0 -176
- package/api/stellar-solutions/types/pos.js +0 -61
- package/constants/index.d.ts +0 -12
- package/constants/index.js +0 -28
- package/factory/index.d.ts +0 -2
- package/factory/index.js +0 -18
- package/general/index.d.ts +0 -95
- package/general/index.js +0 -111
- package/index.d.ts +0 -28
- package/index.js +0 -44
- package/local-storage/index.d.ts +0 -4
- package/local-storage/index.js +0 -20
- package/setupTests.d.ts +0 -1
- package/setupTests.js +0 -52
- package/storybook/index.d.ts +0 -17
- package/storybook/index.js +0 -33
|
@@ -1,1411 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.countriesTimeZones = void 0;
|
|
4
|
-
exports.countriesTimeZones = [
|
|
5
|
-
{
|
|
6
|
-
id: 'AD',
|
|
7
|
-
name: 'Andorra',
|
|
8
|
-
timezones: ['Europe/Andorra'],
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
id: 'AE',
|
|
12
|
-
name: 'United Arab Emirates',
|
|
13
|
-
timezones: ['Asia/Dubai'],
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
id: 'AF',
|
|
17
|
-
name: 'Afghanistan',
|
|
18
|
-
timezones: ['Asia/Kabul'],
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
id: 'AG',
|
|
22
|
-
name: 'Antigua and Barbuda',
|
|
23
|
-
timezones: ['America/Puerto_Rico'],
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
id: 'AI',
|
|
27
|
-
name: 'Anguilla',
|
|
28
|
-
timezones: ['America/Puerto_Rico'],
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
id: 'AL',
|
|
32
|
-
name: 'Albania',
|
|
33
|
-
timezones: ['Europe/Tirane'],
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
id: 'AM',
|
|
37
|
-
name: 'Armenia',
|
|
38
|
-
timezones: ['Asia/Yerevan'],
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
id: 'AO',
|
|
42
|
-
name: 'Angola',
|
|
43
|
-
timezones: ['Africa/Lagos'],
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
id: 'AQ',
|
|
47
|
-
name: 'Antarctica',
|
|
48
|
-
timezones: [
|
|
49
|
-
'Antarctica/Casey',
|
|
50
|
-
'Antarctica/Davis',
|
|
51
|
-
'Antarctica/Mawson',
|
|
52
|
-
'Antarctica/Palmer',
|
|
53
|
-
'Antarctica/Rothera',
|
|
54
|
-
'Antarctica/Troll',
|
|
55
|
-
'Antarctica/Vostok',
|
|
56
|
-
'Asia/Riyadh',
|
|
57
|
-
'Pacific/Auckland',
|
|
58
|
-
'Pacific/Port_Moresby',
|
|
59
|
-
],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
id: 'AR',
|
|
63
|
-
name: 'Argentina',
|
|
64
|
-
timezones: [
|
|
65
|
-
'America/Argentina/Buenos_Aires',
|
|
66
|
-
'America/Argentina/Catamarca',
|
|
67
|
-
'America/Argentina/Cordoba',
|
|
68
|
-
'America/Argentina/Jujuy',
|
|
69
|
-
'America/Argentina/La_Rioja',
|
|
70
|
-
'America/Argentina/Mendoza',
|
|
71
|
-
'America/Argentina/Rio_Gallegos',
|
|
72
|
-
'America/Argentina/Salta',
|
|
73
|
-
'America/Argentina/San_Juan',
|
|
74
|
-
'America/Argentina/San_Luis',
|
|
75
|
-
'America/Argentina/Tucuman',
|
|
76
|
-
'America/Argentina/Ushuaia',
|
|
77
|
-
],
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
id: 'AS',
|
|
81
|
-
name: 'American Samoa',
|
|
82
|
-
timezones: ['Pacific/Pago_Pago'],
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
id: 'AT',
|
|
86
|
-
name: 'Austria',
|
|
87
|
-
timezones: ['Europe/Vienna'],
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
id: 'AU',
|
|
91
|
-
name: 'Australia',
|
|
92
|
-
timezones: [
|
|
93
|
-
'Antarctica/Macquarie',
|
|
94
|
-
'Australia/Adelaide',
|
|
95
|
-
'Australia/Brisbane',
|
|
96
|
-
'Australia/Broken_Hill',
|
|
97
|
-
'Australia/Darwin',
|
|
98
|
-
'Australia/Eucla',
|
|
99
|
-
'Australia/Hobart',
|
|
100
|
-
'Australia/Lindeman',
|
|
101
|
-
'Australia/Lord_Howe',
|
|
102
|
-
'Australia/Melbourne',
|
|
103
|
-
'Australia/Perth',
|
|
104
|
-
'Australia/Sydney',
|
|
105
|
-
],
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
id: 'AW',
|
|
109
|
-
name: 'Aruba',
|
|
110
|
-
timezones: ['America/Puerto_Rico'],
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
id: 'AX',
|
|
114
|
-
name: 'Åland Islands',
|
|
115
|
-
timezones: ['Europe/Helsinki'],
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
id: 'AZ',
|
|
119
|
-
name: 'Azerbaijan',
|
|
120
|
-
timezones: ['Asia/Baku'],
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
id: 'BA',
|
|
124
|
-
name: 'Bosnia and Herzegovina',
|
|
125
|
-
timezones: ['Europe/Belgrade'],
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
id: 'BB',
|
|
129
|
-
name: 'Barbados',
|
|
130
|
-
timezones: ['America/Barbados'],
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
id: 'BD',
|
|
134
|
-
name: 'Bangladesh',
|
|
135
|
-
timezones: ['Asia/Dhaka'],
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
id: 'BE',
|
|
139
|
-
name: 'Belgium',
|
|
140
|
-
timezones: ['Europe/Brussels'],
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
id: 'BF',
|
|
144
|
-
name: 'Burkina Faso',
|
|
145
|
-
timezones: ['Africa/Abidjan'],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
id: 'BG',
|
|
149
|
-
name: 'Bulgaria',
|
|
150
|
-
timezones: ['Europe/Sofia'],
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
id: 'BH',
|
|
154
|
-
name: 'Bahrain',
|
|
155
|
-
timezones: ['Asia/Qatar'],
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
id: 'BI',
|
|
159
|
-
name: 'Burundi',
|
|
160
|
-
timezones: ['Africa/Maputo'],
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
id: 'BJ',
|
|
164
|
-
name: 'Benin',
|
|
165
|
-
timezones: ['Africa/Lagos'],
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
id: 'BL',
|
|
169
|
-
name: 'Saint Barthélemy',
|
|
170
|
-
timezones: ['America/Puerto_Rico'],
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
id: 'BM',
|
|
174
|
-
name: 'Bermuda',
|
|
175
|
-
timezones: ['Atlantic/Bermuda'],
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
id: 'BN',
|
|
179
|
-
name: 'Brunei',
|
|
180
|
-
timezones: ['Asia/Kuching'],
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
id: 'BO',
|
|
184
|
-
name: 'Bolivia',
|
|
185
|
-
timezones: ['America/La_Paz'],
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
id: 'BQ',
|
|
189
|
-
name: 'Caribbean Netherlands',
|
|
190
|
-
timezones: ['America/Puerto_Rico'],
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
id: 'BR',
|
|
194
|
-
name: 'Brazil',
|
|
195
|
-
timezones: [
|
|
196
|
-
'America/Araguaina',
|
|
197
|
-
'America/Bahia',
|
|
198
|
-
'America/Belem',
|
|
199
|
-
'America/Boa_Vista',
|
|
200
|
-
'America/Campo_Grande',
|
|
201
|
-
'America/Cuiaba',
|
|
202
|
-
'America/Eirunepe',
|
|
203
|
-
'America/Fortaleza',
|
|
204
|
-
'America/Maceio',
|
|
205
|
-
'America/Manaus',
|
|
206
|
-
'America/Noronha',
|
|
207
|
-
'America/Porto_Velho',
|
|
208
|
-
'America/Recife',
|
|
209
|
-
'America/Rio_Branco',
|
|
210
|
-
'America/Santarem',
|
|
211
|
-
'America/Sao_Paulo',
|
|
212
|
-
],
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
id: 'BS',
|
|
216
|
-
name: 'Bahamas',
|
|
217
|
-
timezones: ['America/Toronto'],
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
id: 'BT',
|
|
221
|
-
name: 'Bhutan',
|
|
222
|
-
timezones: ['Asia/Thimphu'],
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
id: 'BW',
|
|
226
|
-
name: 'Botswana',
|
|
227
|
-
timezones: ['Africa/Maputo'],
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
id: 'BY',
|
|
231
|
-
name: 'Belarus',
|
|
232
|
-
timezones: ['Europe/Minsk'],
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
id: 'BZ',
|
|
236
|
-
name: 'Belize',
|
|
237
|
-
timezones: ['America/Belize'],
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
id: 'CA',
|
|
241
|
-
name: 'Canada',
|
|
242
|
-
timezones: [
|
|
243
|
-
'America/Cambridge_Bay',
|
|
244
|
-
'America/Dawson',
|
|
245
|
-
'America/Dawson_Creek',
|
|
246
|
-
'America/Edmonton',
|
|
247
|
-
'America/Fort_Nelson',
|
|
248
|
-
'America/Glace_Bay',
|
|
249
|
-
'America/Goose_Bay',
|
|
250
|
-
'America/Halifax',
|
|
251
|
-
'America/Inuvik',
|
|
252
|
-
'America/Iqaluit',
|
|
253
|
-
'America/Moncton',
|
|
254
|
-
'America/Panama',
|
|
255
|
-
'America/Phoenix',
|
|
256
|
-
'America/Puerto_Rico',
|
|
257
|
-
'America/Rankin_Inlet',
|
|
258
|
-
'America/Regina',
|
|
259
|
-
'America/Resolute',
|
|
260
|
-
'America/St_Johns',
|
|
261
|
-
'America/Swift_Current',
|
|
262
|
-
'America/Toronto',
|
|
263
|
-
'America/Vancouver',
|
|
264
|
-
'America/Whitehorse',
|
|
265
|
-
'America/Winnipeg',
|
|
266
|
-
],
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
id: 'CC',
|
|
270
|
-
name: 'Cocos Islands',
|
|
271
|
-
timezones: ['Asia/Yangon'],
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
id: 'CD',
|
|
275
|
-
name: 'Democratic Republic of the Congo',
|
|
276
|
-
timezones: ['Africa/Lagos', 'Africa/Maputo'],
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
id: 'CF',
|
|
280
|
-
name: 'Central African Republic',
|
|
281
|
-
timezones: ['Africa/Lagos'],
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
id: 'CG',
|
|
285
|
-
name: 'Republic of the Congo',
|
|
286
|
-
timezones: ['Africa/Lagos'],
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
id: 'CH',
|
|
290
|
-
name: 'Switzerland',
|
|
291
|
-
timezones: ['Europe/Zurich'],
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
id: 'CI',
|
|
295
|
-
name: 'Ivory Coast',
|
|
296
|
-
timezones: ['Africa/Abidjan'],
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
id: 'CK',
|
|
300
|
-
name: 'Cook Islands',
|
|
301
|
-
timezones: ['Pacific/Rarotonga'],
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
id: 'CL',
|
|
305
|
-
name: 'Chile',
|
|
306
|
-
timezones: ['America/Punta_Arenas', 'America/Santiago', 'Pacific/Easter'],
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
id: 'CM',
|
|
310
|
-
name: 'Cameroon',
|
|
311
|
-
timezones: ['Africa/Lagos'],
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
id: 'CN',
|
|
315
|
-
name: 'China',
|
|
316
|
-
timezones: ['Asia/Shanghai', 'Asia/Urumqi'],
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
id: 'CO',
|
|
320
|
-
name: 'Colombia',
|
|
321
|
-
timezones: ['America/Bogota'],
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
id: 'CR',
|
|
325
|
-
name: 'Costa Rica',
|
|
326
|
-
timezones: ['America/Costa_Rica'],
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
id: 'CU',
|
|
330
|
-
name: 'Cuba',
|
|
331
|
-
timezones: ['America/Havana'],
|
|
332
|
-
},
|
|
333
|
-
{
|
|
334
|
-
id: 'CV',
|
|
335
|
-
name: 'Cabo Verde',
|
|
336
|
-
timezones: ['Atlantic/Cape_Verde'],
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
id: 'CW',
|
|
340
|
-
name: 'Curaçao',
|
|
341
|
-
timezones: ['America/Puerto_Rico'],
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
id: 'CX',
|
|
345
|
-
name: 'Christmas Island',
|
|
346
|
-
timezones: ['Asia/Bangkok'],
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
id: 'CY',
|
|
350
|
-
name: 'Cyprus',
|
|
351
|
-
timezones: ['Asia/Famagusta', 'Asia/Nicosia'],
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
id: 'CZ',
|
|
355
|
-
name: 'Czechia',
|
|
356
|
-
timezones: ['Europe/Prague'],
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
id: 'DE',
|
|
360
|
-
name: 'Germany',
|
|
361
|
-
timezones: ['Europe/Berlin', 'Europe/Zurich'],
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
id: 'DJ',
|
|
365
|
-
name: 'Djibouti',
|
|
366
|
-
timezones: ['Africa/Nairobi'],
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
id: 'DK',
|
|
370
|
-
name: 'Denmark',
|
|
371
|
-
timezones: ['Europe/Berlin'],
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
id: 'DM',
|
|
375
|
-
name: 'Dominica',
|
|
376
|
-
timezones: ['America/Puerto_Rico'],
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
id: 'DO',
|
|
380
|
-
name: 'Dominican Republic',
|
|
381
|
-
timezones: ['America/Santo_Domingo'],
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
id: 'DZ',
|
|
385
|
-
name: 'Algeria',
|
|
386
|
-
timezones: ['Africa/Algiers'],
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
id: 'EC',
|
|
390
|
-
name: 'Ecuador',
|
|
391
|
-
timezones: ['America/Guayaquil', 'Pacific/Galapagos'],
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
id: 'EE',
|
|
395
|
-
name: 'Estonia',
|
|
396
|
-
timezones: ['Europe/Tallinn'],
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
id: 'EG',
|
|
400
|
-
name: 'Egypt',
|
|
401
|
-
timezones: ['Africa/Cairo'],
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
id: 'EH',
|
|
405
|
-
name: 'Western Sahara',
|
|
406
|
-
timezones: ['Africa/El_Aaiun'],
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
id: 'ER',
|
|
410
|
-
name: 'Eritrea',
|
|
411
|
-
timezones: ['Africa/Nairobi'],
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
id: 'ES',
|
|
415
|
-
name: 'Spain',
|
|
416
|
-
timezones: ['Africa/Ceuta', 'Atlantic/Canary', 'Europe/Madrid'],
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
id: 'ET',
|
|
420
|
-
name: 'Ethiopia',
|
|
421
|
-
timezones: ['Africa/Nairobi'],
|
|
422
|
-
},
|
|
423
|
-
{
|
|
424
|
-
id: 'FI',
|
|
425
|
-
name: 'Finland',
|
|
426
|
-
timezones: ['Europe/Helsinki'],
|
|
427
|
-
},
|
|
428
|
-
{
|
|
429
|
-
id: 'FJ',
|
|
430
|
-
name: 'Fiji',
|
|
431
|
-
timezones: ['Pacific/Fiji'],
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
id: 'FK',
|
|
435
|
-
name: 'Falkland Islands',
|
|
436
|
-
timezones: ['Atlantic/Stanley'],
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
id: 'FM',
|
|
440
|
-
name: 'Micronesia',
|
|
441
|
-
timezones: [
|
|
442
|
-
'Pacific/Guadalcanal',
|
|
443
|
-
'Pacific/Kosrae',
|
|
444
|
-
'Pacific/Port_Moresby',
|
|
445
|
-
],
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
id: 'FO',
|
|
449
|
-
name: 'Faroe Islands',
|
|
450
|
-
timezones: ['Atlantic/Faroe'],
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
id: 'FR',
|
|
454
|
-
name: 'France',
|
|
455
|
-
timezones: ['Europe/Paris'],
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
id: 'GA',
|
|
459
|
-
name: 'Gabon',
|
|
460
|
-
timezones: ['Africa/Lagos'],
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
id: 'GB',
|
|
464
|
-
name: 'United Kingdom',
|
|
465
|
-
timezones: ['Europe/London'],
|
|
466
|
-
},
|
|
467
|
-
{
|
|
468
|
-
id: 'GD',
|
|
469
|
-
name: 'Grenada',
|
|
470
|
-
timezones: ['America/Puerto_Rico'],
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
id: 'GE',
|
|
474
|
-
name: 'Georgia',
|
|
475
|
-
timezones: ['Asia/Tbilisi'],
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
id: 'GF',
|
|
479
|
-
name: 'French Guiana',
|
|
480
|
-
timezones: ['America/Cayenne'],
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
id: 'GG',
|
|
484
|
-
name: 'Guernsey',
|
|
485
|
-
timezones: ['Europe/London'],
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
id: 'GH',
|
|
489
|
-
name: 'Ghana',
|
|
490
|
-
timezones: ['Africa/Abidjan'],
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
id: 'GI',
|
|
494
|
-
name: 'Gibraltar',
|
|
495
|
-
timezones: ['Europe/Gibraltar'],
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
id: 'GL',
|
|
499
|
-
name: 'Greenland',
|
|
500
|
-
timezones: [
|
|
501
|
-
'America/Danmarkshavn',
|
|
502
|
-
'America/Nuuk',
|
|
503
|
-
'America/Scoresbysund',
|
|
504
|
-
'America/Thule',
|
|
505
|
-
],
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
id: 'GM',
|
|
509
|
-
name: 'Gambia',
|
|
510
|
-
timezones: ['Africa/Abidjan'],
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
id: 'GN',
|
|
514
|
-
name: 'Guinea',
|
|
515
|
-
timezones: ['Africa/Abidjan'],
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
id: 'GP',
|
|
519
|
-
name: 'Guadeloupe',
|
|
520
|
-
timezones: ['America/Puerto_Rico'],
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
id: 'GQ',
|
|
524
|
-
name: 'Equatorial Guinea',
|
|
525
|
-
timezones: ['Africa/Lagos'],
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
id: 'GR',
|
|
529
|
-
name: 'Greece',
|
|
530
|
-
timezones: ['Europe/Athens'],
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
id: 'GS',
|
|
534
|
-
name: 'South Georgia and the South Sandwich Islands',
|
|
535
|
-
timezones: ['Atlantic/South_Georgia'],
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
id: 'GT',
|
|
539
|
-
name: 'Guatemala',
|
|
540
|
-
timezones: ['America/Guatemala'],
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
id: 'GU',
|
|
544
|
-
name: 'Guam',
|
|
545
|
-
timezones: ['Pacific/Guam'],
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
id: 'GW',
|
|
549
|
-
name: 'Guinea-Bissau',
|
|
550
|
-
timezones: ['Africa/Bissau'],
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
id: 'GY',
|
|
554
|
-
name: 'Guyana',
|
|
555
|
-
timezones: ['America/Guyana'],
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
id: 'HK',
|
|
559
|
-
name: 'Hong Kong',
|
|
560
|
-
timezones: ['Asia/Hong_Kong'],
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
id: 'HN',
|
|
564
|
-
name: 'Honduras',
|
|
565
|
-
timezones: ['America/Tegucigalpa'],
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
id: 'HR',
|
|
569
|
-
name: 'Croatia',
|
|
570
|
-
timezones: ['Europe/Belgrade'],
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
id: 'HT',
|
|
574
|
-
name: 'Haiti',
|
|
575
|
-
timezones: ['America/Port-au-Prince'],
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
id: 'HU',
|
|
579
|
-
name: 'Hungary',
|
|
580
|
-
timezones: ['Europe/Budapest'],
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
id: 'ID',
|
|
584
|
-
name: 'Indonesia',
|
|
585
|
-
timezones: [
|
|
586
|
-
'Asia/Jakarta',
|
|
587
|
-
'Asia/Jayapura',
|
|
588
|
-
'Asia/Makassar',
|
|
589
|
-
'Asia/Pontianak',
|
|
590
|
-
],
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
id: 'IE',
|
|
594
|
-
name: 'Ireland',
|
|
595
|
-
timezones: ['Europe/Dublin'],
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
id: 'IL',
|
|
599
|
-
name: 'Israel',
|
|
600
|
-
timezones: ['Asia/Jerusalem'],
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
id: 'IM',
|
|
604
|
-
name: 'Isle of Man',
|
|
605
|
-
timezones: ['Europe/London'],
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
id: 'IN',
|
|
609
|
-
name: 'India',
|
|
610
|
-
timezones: ['Asia/Kolkata'],
|
|
611
|
-
},
|
|
612
|
-
{
|
|
613
|
-
id: 'IO',
|
|
614
|
-
name: 'British Indian Ocean Territory',
|
|
615
|
-
timezones: ['Indian/Chagos'],
|
|
616
|
-
},
|
|
617
|
-
{
|
|
618
|
-
id: 'IQ',
|
|
619
|
-
name: 'Iraq',
|
|
620
|
-
timezones: ['Asia/Baghdad'],
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
id: 'IR',
|
|
624
|
-
name: 'Iran',
|
|
625
|
-
timezones: ['Asia/Tehran'],
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
id: 'IS',
|
|
629
|
-
name: 'Iceland',
|
|
630
|
-
timezones: ['Africa/Abidjan'],
|
|
631
|
-
},
|
|
632
|
-
{
|
|
633
|
-
id: 'IT',
|
|
634
|
-
name: 'Italy',
|
|
635
|
-
timezones: ['Europe/Rome'],
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
id: 'JE',
|
|
639
|
-
name: 'Jersey',
|
|
640
|
-
timezones: ['Europe/London'],
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
id: 'JM',
|
|
644
|
-
name: 'Jamaica',
|
|
645
|
-
timezones: ['America/Jamaica'],
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
id: 'JO',
|
|
649
|
-
name: 'Jordan',
|
|
650
|
-
timezones: ['Asia/Amman'],
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
id: 'JP',
|
|
654
|
-
name: 'Japan',
|
|
655
|
-
timezones: ['Asia/Tokyo'],
|
|
656
|
-
},
|
|
657
|
-
{
|
|
658
|
-
id: 'KE',
|
|
659
|
-
name: 'Kenya',
|
|
660
|
-
timezones: ['Africa/Nairobi'],
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
id: 'KG',
|
|
664
|
-
name: 'Kyrgyzstan',
|
|
665
|
-
timezones: ['Asia/Bishkek'],
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
id: 'KH',
|
|
669
|
-
name: 'Cambodia',
|
|
670
|
-
timezones: ['Asia/Bangkok'],
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
id: 'KI',
|
|
674
|
-
name: 'Kiribati',
|
|
675
|
-
timezones: ['Pacific/Kanton', 'Pacific/Kiritimati', 'Pacific/Tarawa'],
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
id: 'KM',
|
|
679
|
-
name: 'Comoros',
|
|
680
|
-
timezones: ['Africa/Nairobi'],
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
id: 'KN',
|
|
684
|
-
name: 'Saint Kitts and Nevis',
|
|
685
|
-
timezones: ['America/Puerto_Rico'],
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
id: 'KP',
|
|
689
|
-
name: 'North Korea',
|
|
690
|
-
timezones: ['Asia/Pyongyang'],
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
id: 'KR',
|
|
694
|
-
name: 'South Korea',
|
|
695
|
-
timezones: ['Asia/Seoul'],
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
id: 'KW',
|
|
699
|
-
name: 'Kuwait',
|
|
700
|
-
timezones: ['Asia/Riyadh'],
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
id: 'KY',
|
|
704
|
-
name: 'Cayman Islands',
|
|
705
|
-
timezones: ['America/Panama'],
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
id: 'KZ',
|
|
709
|
-
name: 'Kazakhstan',
|
|
710
|
-
timezones: [
|
|
711
|
-
'Asia/Almaty',
|
|
712
|
-
'Asia/Aqtau',
|
|
713
|
-
'Asia/Aqtobe',
|
|
714
|
-
'Asia/Atyrau',
|
|
715
|
-
'Asia/Oral',
|
|
716
|
-
'Asia/Qostanay',
|
|
717
|
-
'Asia/Qyzylorda',
|
|
718
|
-
],
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
id: 'LA',
|
|
722
|
-
name: 'Laos',
|
|
723
|
-
timezones: ['Asia/Bangkok'],
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
id: 'LB',
|
|
727
|
-
name: 'Lebanon',
|
|
728
|
-
timezones: ['Asia/Beirut'],
|
|
729
|
-
},
|
|
730
|
-
{
|
|
731
|
-
id: 'LC',
|
|
732
|
-
name: 'Saint Lucia',
|
|
733
|
-
timezones: ['America/Puerto_Rico'],
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
id: 'LI',
|
|
737
|
-
name: 'Liechtenstein',
|
|
738
|
-
timezones: ['Europe/Zurich'],
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
id: 'LK',
|
|
742
|
-
name: 'Sri Lanka',
|
|
743
|
-
timezones: ['Asia/Colombo'],
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
id: 'LR',
|
|
747
|
-
name: 'Liberia',
|
|
748
|
-
timezones: ['Africa/Monrovia'],
|
|
749
|
-
},
|
|
750
|
-
{
|
|
751
|
-
id: 'LS',
|
|
752
|
-
name: 'Lesotho',
|
|
753
|
-
timezones: ['Africa/Johannesburg'],
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
id: 'LT',
|
|
757
|
-
name: 'Lithuania',
|
|
758
|
-
timezones: ['Europe/Vilnius'],
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
id: 'LU',
|
|
762
|
-
name: 'Luxembourg',
|
|
763
|
-
timezones: ['Europe/Brussels'],
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
id: 'LV',
|
|
767
|
-
name: 'Latvia',
|
|
768
|
-
timezones: ['Europe/Riga'],
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
id: 'LY',
|
|
772
|
-
name: 'Libya',
|
|
773
|
-
timezones: ['Africa/Tripoli'],
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
id: 'MA',
|
|
777
|
-
name: 'Morocco',
|
|
778
|
-
timezones: ['Africa/Casablanca'],
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
id: 'MC',
|
|
782
|
-
name: 'Monaco',
|
|
783
|
-
timezones: ['Europe/Paris'],
|
|
784
|
-
},
|
|
785
|
-
{
|
|
786
|
-
id: 'MD',
|
|
787
|
-
name: 'Moldova',
|
|
788
|
-
timezones: ['Europe/Chisinau'],
|
|
789
|
-
},
|
|
790
|
-
{
|
|
791
|
-
id: 'ME',
|
|
792
|
-
name: 'Montenegro',
|
|
793
|
-
timezones: ['Europe/Belgrade'],
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
id: 'MF',
|
|
797
|
-
name: 'Saint Martin',
|
|
798
|
-
timezones: ['America/Puerto_Rico'],
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
id: 'MG',
|
|
802
|
-
name: 'Madagascar',
|
|
803
|
-
timezones: ['Africa/Nairobi'],
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
id: 'MH',
|
|
807
|
-
name: 'Marshall Islands',
|
|
808
|
-
timezones: ['Pacific/Kwajalein', 'Pacific/Tarawa'],
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
id: 'MK',
|
|
812
|
-
name: 'North Macedonia',
|
|
813
|
-
timezones: ['Europe/Belgrade'],
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
id: 'ML',
|
|
817
|
-
name: 'Mali',
|
|
818
|
-
timezones: ['Africa/Abidjan'],
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
id: 'MM',
|
|
822
|
-
name: 'Myanmar',
|
|
823
|
-
timezones: ['Asia/Yangon'],
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
id: 'MN',
|
|
827
|
-
name: 'Mongolia',
|
|
828
|
-
timezones: ['Asia/Hovd', 'Asia/Ulaanbaatar'],
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
id: 'MO',
|
|
832
|
-
name: 'Macao',
|
|
833
|
-
timezones: ['Asia/Macau'],
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
id: 'MP',
|
|
837
|
-
name: 'Northern Mariana Islands',
|
|
838
|
-
timezones: ['Pacific/Guam'],
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
id: 'MQ',
|
|
842
|
-
name: 'Martinique',
|
|
843
|
-
timezones: ['America/Martinique'],
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
id: 'MR',
|
|
847
|
-
name: 'Mauritania',
|
|
848
|
-
timezones: ['Africa/Abidjan'],
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
id: 'MS',
|
|
852
|
-
name: 'Montserrat',
|
|
853
|
-
timezones: ['America/Puerto_Rico'],
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
id: 'MT',
|
|
857
|
-
name: 'Malta',
|
|
858
|
-
timezones: ['Europe/Malta'],
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
id: 'MU',
|
|
862
|
-
name: 'Mauritius',
|
|
863
|
-
timezones: ['Indian/Mauritius'],
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
id: 'MV',
|
|
867
|
-
name: 'Maldives',
|
|
868
|
-
timezones: ['Indian/Maldives'],
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
id: 'MW',
|
|
872
|
-
name: 'Malawi',
|
|
873
|
-
timezones: ['Africa/Maputo'],
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
id: 'MX',
|
|
877
|
-
name: 'Mexico',
|
|
878
|
-
timezones: [
|
|
879
|
-
'America/Bahia_Banderas',
|
|
880
|
-
'America/Cancun',
|
|
881
|
-
'America/Chihuahua',
|
|
882
|
-
'America/Ciudad_Juarez',
|
|
883
|
-
'America/Hermosillo',
|
|
884
|
-
'America/Matamoros',
|
|
885
|
-
'America/Mazatlan',
|
|
886
|
-
'America/Merida',
|
|
887
|
-
'America/Mexico_City',
|
|
888
|
-
'America/Monterrey',
|
|
889
|
-
'America/Ojinaga',
|
|
890
|
-
'America/Tijuana',
|
|
891
|
-
],
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
id: 'MY',
|
|
895
|
-
name: 'Malaysia',
|
|
896
|
-
timezones: ['Asia/Kuching', 'Asia/Singapore'],
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
id: 'MZ',
|
|
900
|
-
name: 'Mozambique',
|
|
901
|
-
timezones: ['Africa/Maputo'],
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
id: 'NA',
|
|
905
|
-
name: 'Namibia',
|
|
906
|
-
timezones: ['Africa/Windhoek'],
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
id: 'NC',
|
|
910
|
-
name: 'New Caledonia',
|
|
911
|
-
timezones: ['Pacific/Noumea'],
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
id: 'NE',
|
|
915
|
-
name: 'Niger',
|
|
916
|
-
timezones: ['Africa/Lagos'],
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
id: 'NF',
|
|
920
|
-
name: 'Norfolk Island',
|
|
921
|
-
timezones: ['Pacific/Norfolk'],
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
id: 'NG',
|
|
925
|
-
name: 'Nigeria',
|
|
926
|
-
timezones: ['Africa/Lagos'],
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
id: 'NI',
|
|
930
|
-
name: 'Nicaragua',
|
|
931
|
-
timezones: ['America/Managua'],
|
|
932
|
-
},
|
|
933
|
-
{
|
|
934
|
-
id: 'NL',
|
|
935
|
-
name: 'Netherlands',
|
|
936
|
-
timezones: ['Europe/Brussels'],
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
id: 'NO',
|
|
940
|
-
name: 'Norway',
|
|
941
|
-
timezones: ['Europe/Berlin'],
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
id: 'NP',
|
|
945
|
-
name: 'Nepal',
|
|
946
|
-
timezones: ['Asia/Kathmandu'],
|
|
947
|
-
},
|
|
948
|
-
{
|
|
949
|
-
id: 'NR',
|
|
950
|
-
name: 'Nauru',
|
|
951
|
-
timezones: ['Pacific/Nauru'],
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
id: 'NU',
|
|
955
|
-
name: 'Niue',
|
|
956
|
-
timezones: ['Pacific/Niue'],
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
id: 'NZ',
|
|
960
|
-
name: 'New Zealand',
|
|
961
|
-
timezones: ['Pacific/Auckland', 'Pacific/Chatham'],
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
id: 'OM',
|
|
965
|
-
name: 'Oman',
|
|
966
|
-
timezones: ['Asia/Dubai'],
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
id: 'PA',
|
|
970
|
-
name: 'Panama',
|
|
971
|
-
timezones: ['America/Panama'],
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
id: 'PE',
|
|
975
|
-
name: 'Peru',
|
|
976
|
-
timezones: ['America/Lima'],
|
|
977
|
-
},
|
|
978
|
-
{
|
|
979
|
-
id: 'PF',
|
|
980
|
-
name: 'French Polynesia',
|
|
981
|
-
timezones: ['Pacific/Gambier', 'Pacific/Marquesas', 'Pacific/Tahiti'],
|
|
982
|
-
},
|
|
983
|
-
{
|
|
984
|
-
id: 'PG',
|
|
985
|
-
name: 'Papua New Guinea',
|
|
986
|
-
timezones: ['Pacific/Bougainville', 'Pacific/Port_Moresby'],
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
id: 'PH',
|
|
990
|
-
name: 'Philippines',
|
|
991
|
-
timezones: ['Asia/Manila'],
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
id: 'PK',
|
|
995
|
-
name: 'Pakistan',
|
|
996
|
-
timezones: ['Asia/Karachi'],
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
id: 'PL',
|
|
1000
|
-
name: 'Poland',
|
|
1001
|
-
timezones: ['Europe/Warsaw'],
|
|
1002
|
-
},
|
|
1003
|
-
{
|
|
1004
|
-
id: 'PM',
|
|
1005
|
-
name: 'Saint Pierre and Miquelon',
|
|
1006
|
-
timezones: ['America/Miquelon'],
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
id: 'PN',
|
|
1010
|
-
name: 'Pitcairn',
|
|
1011
|
-
timezones: ['Pacific/Pitcairn'],
|
|
1012
|
-
},
|
|
1013
|
-
{
|
|
1014
|
-
id: 'PR',
|
|
1015
|
-
name: 'Puerto Rico',
|
|
1016
|
-
timezones: ['America/Puerto_Rico'],
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
id: 'PS',
|
|
1020
|
-
name: 'Palestine',
|
|
1021
|
-
timezones: ['Asia/Gaza', 'Asia/Hebron'],
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
id: 'PT',
|
|
1025
|
-
name: 'Portugal',
|
|
1026
|
-
timezones: ['Atlantic/Azores', 'Atlantic/Madeira', 'Europe/Lisbon'],
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
id: 'PW',
|
|
1030
|
-
name: 'Palau',
|
|
1031
|
-
timezones: ['Pacific/Palau'],
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
id: 'PY',
|
|
1035
|
-
name: 'Paraguay',
|
|
1036
|
-
timezones: ['America/Asuncion'],
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
id: 'QA',
|
|
1040
|
-
name: 'Qatar',
|
|
1041
|
-
timezones: ['Asia/Qatar'],
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
id: 'RE',
|
|
1045
|
-
name: 'Réunion',
|
|
1046
|
-
timezones: ['Asia/Dubai'],
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
id: 'RO',
|
|
1050
|
-
name: 'Romania',
|
|
1051
|
-
timezones: ['Europe/Bucharest'],
|
|
1052
|
-
},
|
|
1053
|
-
{
|
|
1054
|
-
id: 'RS',
|
|
1055
|
-
name: 'Serbia',
|
|
1056
|
-
timezones: ['Europe/Belgrade'],
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
id: 'RU',
|
|
1060
|
-
name: 'Russia',
|
|
1061
|
-
timezones: [
|
|
1062
|
-
'Asia/Anadyr',
|
|
1063
|
-
'Asia/Barnaul',
|
|
1064
|
-
'Asia/Chita',
|
|
1065
|
-
'Asia/Irkutsk',
|
|
1066
|
-
'Asia/Kamchatka',
|
|
1067
|
-
'Asia/Khandyga',
|
|
1068
|
-
'Asia/Krasnoyarsk',
|
|
1069
|
-
'Asia/Magadan',
|
|
1070
|
-
'Asia/Novokuznetsk',
|
|
1071
|
-
'Asia/Novosibirsk',
|
|
1072
|
-
'Asia/Omsk',
|
|
1073
|
-
'Asia/Sakhalin',
|
|
1074
|
-
'Asia/Srednekolymsk',
|
|
1075
|
-
'Asia/Tomsk',
|
|
1076
|
-
'Asia/Ust-Nera',
|
|
1077
|
-
'Asia/Vladivostok',
|
|
1078
|
-
'Asia/Yakutsk',
|
|
1079
|
-
'Asia/Yekaterinburg',
|
|
1080
|
-
'Europe/Astrakhan',
|
|
1081
|
-
'Europe/Kaliningrad',
|
|
1082
|
-
'Europe/Kirov',
|
|
1083
|
-
'Europe/Moscow',
|
|
1084
|
-
'Europe/Samara',
|
|
1085
|
-
'Europe/Saratov',
|
|
1086
|
-
'Europe/Simferopol',
|
|
1087
|
-
'Europe/Ulyanovsk',
|
|
1088
|
-
'Europe/Volgograd',
|
|
1089
|
-
],
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
id: 'RW',
|
|
1093
|
-
name: 'Rwanda',
|
|
1094
|
-
timezones: ['Africa/Maputo'],
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
id: 'SA',
|
|
1098
|
-
name: 'Saudi Arabia',
|
|
1099
|
-
timezones: ['Asia/Riyadh'],
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
id: 'SB',
|
|
1103
|
-
name: 'Solomon Islands',
|
|
1104
|
-
timezones: ['Pacific/Guadalcanal'],
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
id: 'SC',
|
|
1108
|
-
name: 'Seychelles',
|
|
1109
|
-
timezones: ['Asia/Dubai'],
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
id: 'SD',
|
|
1113
|
-
name: 'Sudan',
|
|
1114
|
-
timezones: ['Africa/Khartoum'],
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
id: 'SE',
|
|
1118
|
-
name: 'Sweden',
|
|
1119
|
-
timezones: ['Europe/Berlin'],
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
id: 'SG',
|
|
1123
|
-
name: 'Singapore',
|
|
1124
|
-
timezones: ['Asia/Singapore'],
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
id: 'SH',
|
|
1128
|
-
name: 'Saint Helena, Ascension and Tristan da Cunha',
|
|
1129
|
-
timezones: ['Africa/Abidjan'],
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
id: 'SI',
|
|
1133
|
-
name: 'Slovenia',
|
|
1134
|
-
timezones: ['Europe/Belgrade'],
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
id: 'SJ',
|
|
1138
|
-
name: 'Svalbard and Jan Mayen',
|
|
1139
|
-
timezones: ['Europe/Berlin'],
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
id: 'SK',
|
|
1143
|
-
name: 'Slovakia',
|
|
1144
|
-
timezones: ['Europe/Prague'],
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
id: 'SL',
|
|
1148
|
-
name: 'Sierra Leone',
|
|
1149
|
-
timezones: ['Africa/Abidjan'],
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
id: 'SM',
|
|
1153
|
-
name: 'San Marino',
|
|
1154
|
-
timezones: ['Europe/Rome'],
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
id: 'SN',
|
|
1158
|
-
name: 'Senegal',
|
|
1159
|
-
timezones: ['Africa/Abidjan'],
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
id: 'SO',
|
|
1163
|
-
name: 'Somalia',
|
|
1164
|
-
timezones: ['Africa/Nairobi'],
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
id: 'SR',
|
|
1168
|
-
name: 'Suriname',
|
|
1169
|
-
timezones: ['America/Paramaribo'],
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
id: 'SS',
|
|
1173
|
-
name: 'South Sudan',
|
|
1174
|
-
timezones: ['Africa/Juba'],
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
id: 'ST',
|
|
1178
|
-
name: 'Sao Tome and Principe',
|
|
1179
|
-
timezones: ['Africa/Sao_Tome'],
|
|
1180
|
-
},
|
|
1181
|
-
{
|
|
1182
|
-
id: 'SV',
|
|
1183
|
-
name: 'El Salvador',
|
|
1184
|
-
timezones: ['America/El_Salvador'],
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
id: 'SX',
|
|
1188
|
-
name: 'Sint Maarten',
|
|
1189
|
-
timezones: ['America/Puerto_Rico'],
|
|
1190
|
-
},
|
|
1191
|
-
{
|
|
1192
|
-
id: 'SY',
|
|
1193
|
-
name: 'Syria',
|
|
1194
|
-
timezones: ['Asia/Damascus'],
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
id: 'SZ',
|
|
1198
|
-
name: 'Eswatini',
|
|
1199
|
-
timezones: ['Africa/Johannesburg'],
|
|
1200
|
-
},
|
|
1201
|
-
{
|
|
1202
|
-
id: 'TC',
|
|
1203
|
-
name: 'Turks and Caicos Islands',
|
|
1204
|
-
timezones: ['America/Grand_Turk'],
|
|
1205
|
-
},
|
|
1206
|
-
{
|
|
1207
|
-
id: 'TD',
|
|
1208
|
-
name: 'Chad',
|
|
1209
|
-
timezones: ['Africa/Ndjamena'],
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
id: 'TF',
|
|
1213
|
-
name: 'French Southern Territories',
|
|
1214
|
-
timezones: ['Asia/Dubai', 'Indian/Maldives'],
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
id: 'TG',
|
|
1218
|
-
name: 'Togo',
|
|
1219
|
-
timezones: ['Africa/Abidjan'],
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
id: 'TH',
|
|
1223
|
-
name: 'Thailand',
|
|
1224
|
-
timezones: ['Asia/Bangkok'],
|
|
1225
|
-
},
|
|
1226
|
-
{
|
|
1227
|
-
id: 'TJ',
|
|
1228
|
-
name: 'Tajikistan',
|
|
1229
|
-
timezones: ['Asia/Dushanbe'],
|
|
1230
|
-
},
|
|
1231
|
-
{
|
|
1232
|
-
id: 'TK',
|
|
1233
|
-
name: 'Tokelau',
|
|
1234
|
-
timezones: ['Pacific/Fakaofo'],
|
|
1235
|
-
},
|
|
1236
|
-
{
|
|
1237
|
-
id: 'TL',
|
|
1238
|
-
name: 'Timor-Leste',
|
|
1239
|
-
timezones: ['Asia/Dili'],
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
id: 'TM',
|
|
1243
|
-
name: 'Turkmenistan',
|
|
1244
|
-
timezones: ['Asia/Ashgabat'],
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
id: 'TN',
|
|
1248
|
-
name: 'Tunisia',
|
|
1249
|
-
timezones: ['Africa/Tunis'],
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
id: 'TO',
|
|
1253
|
-
name: 'Tonga',
|
|
1254
|
-
timezones: ['Pacific/Tongatapu'],
|
|
1255
|
-
},
|
|
1256
|
-
{
|
|
1257
|
-
id: 'TR',
|
|
1258
|
-
name: 'Türkiye',
|
|
1259
|
-
timezones: ['Europe/Istanbul'],
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
id: 'TT',
|
|
1263
|
-
name: 'Trinidad and Tobago',
|
|
1264
|
-
timezones: ['America/Puerto_Rico'],
|
|
1265
|
-
},
|
|
1266
|
-
{
|
|
1267
|
-
id: 'TV',
|
|
1268
|
-
name: 'Tuvalu',
|
|
1269
|
-
timezones: ['Pacific/Tarawa'],
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
id: 'TW',
|
|
1273
|
-
name: 'Taiwan',
|
|
1274
|
-
timezones: ['Asia/Taipei'],
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
id: 'TZ',
|
|
1278
|
-
name: 'Tanzania',
|
|
1279
|
-
timezones: ['Africa/Nairobi'],
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
id: 'UA',
|
|
1283
|
-
name: 'Ukraine',
|
|
1284
|
-
timezones: ['Europe/Kyiv', 'Europe/Simferopol'],
|
|
1285
|
-
},
|
|
1286
|
-
{
|
|
1287
|
-
id: 'UG',
|
|
1288
|
-
name: 'Uganda',
|
|
1289
|
-
timezones: ['Africa/Nairobi'],
|
|
1290
|
-
},
|
|
1291
|
-
{
|
|
1292
|
-
id: 'UM',
|
|
1293
|
-
name: 'United States Minor Outlying Islands',
|
|
1294
|
-
timezones: ['Pacific/Pago_Pago', 'Pacific/Tarawa'],
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
id: 'US',
|
|
1298
|
-
name: 'United States of America',
|
|
1299
|
-
timezones: [
|
|
1300
|
-
'America/Adak',
|
|
1301
|
-
'America/Anchorage',
|
|
1302
|
-
'America/Boise',
|
|
1303
|
-
'America/Chicago',
|
|
1304
|
-
'America/Denver',
|
|
1305
|
-
'America/Detroit',
|
|
1306
|
-
'America/Indiana/Indianapolis',
|
|
1307
|
-
'America/Indiana/Knox',
|
|
1308
|
-
'America/Indiana/Marengo',
|
|
1309
|
-
'America/Indiana/Petersburg',
|
|
1310
|
-
'America/Indiana/Tell_City',
|
|
1311
|
-
'America/Indiana/Vevay',
|
|
1312
|
-
'America/Indiana/Vincennes',
|
|
1313
|
-
'America/Indiana/Winamac',
|
|
1314
|
-
'America/Juneau',
|
|
1315
|
-
'America/Kentucky/Louisville',
|
|
1316
|
-
'America/Kentucky/Monticello',
|
|
1317
|
-
'America/Los_Angeles',
|
|
1318
|
-
'America/Menominee',
|
|
1319
|
-
'America/Metlakatla',
|
|
1320
|
-
'America/New_York',
|
|
1321
|
-
'America/Nome',
|
|
1322
|
-
'America/North_Dakota/Beulah',
|
|
1323
|
-
'America/North_Dakota/Center',
|
|
1324
|
-
'America/North_Dakota/New_Salem',
|
|
1325
|
-
'America/Phoenix',
|
|
1326
|
-
'America/Sitka',
|
|
1327
|
-
'America/Yakutat',
|
|
1328
|
-
'Pacific/Honolulu',
|
|
1329
|
-
],
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
id: 'UY',
|
|
1333
|
-
name: 'Uruguay',
|
|
1334
|
-
timezones: ['America/Montevideo'],
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
id: 'UZ',
|
|
1338
|
-
name: 'Uzbekistan',
|
|
1339
|
-
timezones: ['Asia/Samarkand', 'Asia/Tashkent'],
|
|
1340
|
-
},
|
|
1341
|
-
{
|
|
1342
|
-
id: 'VA',
|
|
1343
|
-
name: 'Holy See',
|
|
1344
|
-
timezones: ['Europe/Rome'],
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
id: 'VC',
|
|
1348
|
-
name: 'Saint Vincent and the Grenadines',
|
|
1349
|
-
timezones: ['America/Puerto_Rico'],
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
id: 'VE',
|
|
1353
|
-
name: 'Venezuela',
|
|
1354
|
-
timezones: ['America/Caracas'],
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
id: 'VG',
|
|
1358
|
-
name: 'Virgin Islands (UK)',
|
|
1359
|
-
timezones: ['America/Puerto_Rico'],
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
id: 'VI',
|
|
1363
|
-
name: 'Virgin Islands (US)',
|
|
1364
|
-
timezones: ['America/Puerto_Rico'],
|
|
1365
|
-
},
|
|
1366
|
-
{
|
|
1367
|
-
id: 'VN',
|
|
1368
|
-
name: 'Vietnam',
|
|
1369
|
-
timezones: ['Asia/Bangkok', 'Asia/Ho_Chi_Minh'],
|
|
1370
|
-
},
|
|
1371
|
-
{
|
|
1372
|
-
id: 'VU',
|
|
1373
|
-
name: 'Vanuatu',
|
|
1374
|
-
timezones: ['Pacific/Efate'],
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
id: 'WF',
|
|
1378
|
-
name: 'Wallis and Futuna',
|
|
1379
|
-
timezones: ['Pacific/Tarawa'],
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
id: 'WS',
|
|
1383
|
-
name: 'Samoa',
|
|
1384
|
-
timezones: ['Pacific/Apia'],
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
id: 'YE',
|
|
1388
|
-
name: 'Yemen',
|
|
1389
|
-
timezones: ['Asia/Riyadh'],
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
id: 'YT',
|
|
1393
|
-
name: 'Mayotte',
|
|
1394
|
-
timezones: ['Africa/Nairobi'],
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
id: 'ZA',
|
|
1398
|
-
name: 'South Africa',
|
|
1399
|
-
timezones: ['Africa/Johannesburg'],
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
id: 'ZM',
|
|
1403
|
-
name: 'Zambia',
|
|
1404
|
-
timezones: ['Africa/Maputo'],
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
id: 'ZW',
|
|
1408
|
-
name: 'Zimbabwe',
|
|
1409
|
-
timezones: ['Africa/Maputo'],
|
|
1410
|
-
},
|
|
1411
|
-
];
|
|
1
|
+
var m=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var d=(i,a)=>{for(var n in a)m(i,n,{get:a[n],enumerable:!0})},c=(i,a,n,o)=>{if(a&&typeof a=="object"||typeof a=="function")for(let e of s(a))!t.call(i,e)&&e!==n&&m(i,e,{get:()=>a[e],enumerable:!(o=r(a,e))||o.enumerable});return i};var A=i=>c(m({},"__esModule",{value:!0}),i);var z={};d(z,{countriesTimeZones:()=>u});module.exports=A(z);const u=[{id:"AD",name:"Andorra",timezones:["Europe/Andorra"]},{id:"AE",name:"United Arab Emirates",timezones:["Asia/Dubai"]},{id:"AF",name:"Afghanistan",timezones:["Asia/Kabul"]},{id:"AG",name:"Antigua and Barbuda",timezones:["America/Puerto_Rico"]},{id:"AI",name:"Anguilla",timezones:["America/Puerto_Rico"]},{id:"AL",name:"Albania",timezones:["Europe/Tirane"]},{id:"AM",name:"Armenia",timezones:["Asia/Yerevan"]},{id:"AO",name:"Angola",timezones:["Africa/Lagos"]},{id:"AQ",name:"Antarctica",timezones:["Antarctica/Casey","Antarctica/Davis","Antarctica/Mawson","Antarctica/Palmer","Antarctica/Rothera","Antarctica/Troll","Antarctica/Vostok","Asia/Riyadh","Pacific/Auckland","Pacific/Port_Moresby"]},{id:"AR",name:"Argentina",timezones:["America/Argentina/Buenos_Aires","America/Argentina/Catamarca","America/Argentina/Cordoba","America/Argentina/Jujuy","America/Argentina/La_Rioja","America/Argentina/Mendoza","America/Argentina/Rio_Gallegos","America/Argentina/Salta","America/Argentina/San_Juan","America/Argentina/San_Luis","America/Argentina/Tucuman","America/Argentina/Ushuaia"]},{id:"AS",name:"American Samoa",timezones:["Pacific/Pago_Pago"]},{id:"AT",name:"Austria",timezones:["Europe/Vienna"]},{id:"AU",name:"Australia",timezones:["Antarctica/Macquarie","Australia/Adelaide","Australia/Brisbane","Australia/Broken_Hill","Australia/Darwin","Australia/Eucla","Australia/Hobart","Australia/Lindeman","Australia/Lord_Howe","Australia/Melbourne","Australia/Perth","Australia/Sydney"]},{id:"AW",name:"Aruba",timezones:["America/Puerto_Rico"]},{id:"AX",name:"\xC5land Islands",timezones:["Europe/Helsinki"]},{id:"AZ",name:"Azerbaijan",timezones:["Asia/Baku"]},{id:"BA",name:"Bosnia and Herzegovina",timezones:["Europe/Belgrade"]},{id:"BB",name:"Barbados",timezones:["America/Barbados"]},{id:"BD",name:"Bangladesh",timezones:["Asia/Dhaka"]},{id:"BE",name:"Belgium",timezones:["Europe/Brussels"]},{id:"BF",name:"Burkina Faso",timezones:["Africa/Abidjan"]},{id:"BG",name:"Bulgaria",timezones:["Europe/Sofia"]},{id:"BH",name:"Bahrain",timezones:["Asia/Qatar"]},{id:"BI",name:"Burundi",timezones:["Africa/Maputo"]},{id:"BJ",name:"Benin",timezones:["Africa/Lagos"]},{id:"BL",name:"Saint Barth\xE9lemy",timezones:["America/Puerto_Rico"]},{id:"BM",name:"Bermuda",timezones:["Atlantic/Bermuda"]},{id:"BN",name:"Brunei",timezones:["Asia/Kuching"]},{id:"BO",name:"Bolivia",timezones:["America/La_Paz"]},{id:"BQ",name:"Caribbean Netherlands",timezones:["America/Puerto_Rico"]},{id:"BR",name:"Brazil",timezones:["America/Araguaina","America/Bahia","America/Belem","America/Boa_Vista","America/Campo_Grande","America/Cuiaba","America/Eirunepe","America/Fortaleza","America/Maceio","America/Manaus","America/Noronha","America/Porto_Velho","America/Recife","America/Rio_Branco","America/Santarem","America/Sao_Paulo"]},{id:"BS",name:"Bahamas",timezones:["America/Toronto"]},{id:"BT",name:"Bhutan",timezones:["Asia/Thimphu"]},{id:"BW",name:"Botswana",timezones:["Africa/Maputo"]},{id:"BY",name:"Belarus",timezones:["Europe/Minsk"]},{id:"BZ",name:"Belize",timezones:["America/Belize"]},{id:"CA",name:"Canada",timezones:["America/Cambridge_Bay","America/Dawson","America/Dawson_Creek","America/Edmonton","America/Fort_Nelson","America/Glace_Bay","America/Goose_Bay","America/Halifax","America/Inuvik","America/Iqaluit","America/Moncton","America/Panama","America/Phoenix","America/Puerto_Rico","America/Rankin_Inlet","America/Regina","America/Resolute","America/St_Johns","America/Swift_Current","America/Toronto","America/Vancouver","America/Whitehorse","America/Winnipeg"]},{id:"CC",name:"Cocos Islands",timezones:["Asia/Yangon"]},{id:"CD",name:"Democratic Republic of the Congo",timezones:["Africa/Lagos","Africa/Maputo"]},{id:"CF",name:"Central African Republic",timezones:["Africa/Lagos"]},{id:"CG",name:"Republic of the Congo",timezones:["Africa/Lagos"]},{id:"CH",name:"Switzerland",timezones:["Europe/Zurich"]},{id:"CI",name:"Ivory Coast",timezones:["Africa/Abidjan"]},{id:"CK",name:"Cook Islands",timezones:["Pacific/Rarotonga"]},{id:"CL",name:"Chile",timezones:["America/Punta_Arenas","America/Santiago","Pacific/Easter"]},{id:"CM",name:"Cameroon",timezones:["Africa/Lagos"]},{id:"CN",name:"China",timezones:["Asia/Shanghai","Asia/Urumqi"]},{id:"CO",name:"Colombia",timezones:["America/Bogota"]},{id:"CR",name:"Costa Rica",timezones:["America/Costa_Rica"]},{id:"CU",name:"Cuba",timezones:["America/Havana"]},{id:"CV",name:"Cabo Verde",timezones:["Atlantic/Cape_Verde"]},{id:"CW",name:"Cura\xE7ao",timezones:["America/Puerto_Rico"]},{id:"CX",name:"Christmas Island",timezones:["Asia/Bangkok"]},{id:"CY",name:"Cyprus",timezones:["Asia/Famagusta","Asia/Nicosia"]},{id:"CZ",name:"Czechia",timezones:["Europe/Prague"]},{id:"DE",name:"Germany",timezones:["Europe/Berlin","Europe/Zurich"]},{id:"DJ",name:"Djibouti",timezones:["Africa/Nairobi"]},{id:"DK",name:"Denmark",timezones:["Europe/Berlin"]},{id:"DM",name:"Dominica",timezones:["America/Puerto_Rico"]},{id:"DO",name:"Dominican Republic",timezones:["America/Santo_Domingo"]},{id:"DZ",name:"Algeria",timezones:["Africa/Algiers"]},{id:"EC",name:"Ecuador",timezones:["America/Guayaquil","Pacific/Galapagos"]},{id:"EE",name:"Estonia",timezones:["Europe/Tallinn"]},{id:"EG",name:"Egypt",timezones:["Africa/Cairo"]},{id:"EH",name:"Western Sahara",timezones:["Africa/El_Aaiun"]},{id:"ER",name:"Eritrea",timezones:["Africa/Nairobi"]},{id:"ES",name:"Spain",timezones:["Africa/Ceuta","Atlantic/Canary","Europe/Madrid"]},{id:"ET",name:"Ethiopia",timezones:["Africa/Nairobi"]},{id:"FI",name:"Finland",timezones:["Europe/Helsinki"]},{id:"FJ",name:"Fiji",timezones:["Pacific/Fiji"]},{id:"FK",name:"Falkland Islands",timezones:["Atlantic/Stanley"]},{id:"FM",name:"Micronesia",timezones:["Pacific/Guadalcanal","Pacific/Kosrae","Pacific/Port_Moresby"]},{id:"FO",name:"Faroe Islands",timezones:["Atlantic/Faroe"]},{id:"FR",name:"France",timezones:["Europe/Paris"]},{id:"GA",name:"Gabon",timezones:["Africa/Lagos"]},{id:"GB",name:"United Kingdom",timezones:["Europe/London"]},{id:"GD",name:"Grenada",timezones:["America/Puerto_Rico"]},{id:"GE",name:"Georgia",timezones:["Asia/Tbilisi"]},{id:"GF",name:"French Guiana",timezones:["America/Cayenne"]},{id:"GG",name:"Guernsey",timezones:["Europe/London"]},{id:"GH",name:"Ghana",timezones:["Africa/Abidjan"]},{id:"GI",name:"Gibraltar",timezones:["Europe/Gibraltar"]},{id:"GL",name:"Greenland",timezones:["America/Danmarkshavn","America/Nuuk","America/Scoresbysund","America/Thule"]},{id:"GM",name:"Gambia",timezones:["Africa/Abidjan"]},{id:"GN",name:"Guinea",timezones:["Africa/Abidjan"]},{id:"GP",name:"Guadeloupe",timezones:["America/Puerto_Rico"]},{id:"GQ",name:"Equatorial Guinea",timezones:["Africa/Lagos"]},{id:"GR",name:"Greece",timezones:["Europe/Athens"]},{id:"GS",name:"South Georgia and the South Sandwich Islands",timezones:["Atlantic/South_Georgia"]},{id:"GT",name:"Guatemala",timezones:["America/Guatemala"]},{id:"GU",name:"Guam",timezones:["Pacific/Guam"]},{id:"GW",name:"Guinea-Bissau",timezones:["Africa/Bissau"]},{id:"GY",name:"Guyana",timezones:["America/Guyana"]},{id:"HK",name:"Hong Kong",timezones:["Asia/Hong_Kong"]},{id:"HN",name:"Honduras",timezones:["America/Tegucigalpa"]},{id:"HR",name:"Croatia",timezones:["Europe/Belgrade"]},{id:"HT",name:"Haiti",timezones:["America/Port-au-Prince"]},{id:"HU",name:"Hungary",timezones:["Europe/Budapest"]},{id:"ID",name:"Indonesia",timezones:["Asia/Jakarta","Asia/Jayapura","Asia/Makassar","Asia/Pontianak"]},{id:"IE",name:"Ireland",timezones:["Europe/Dublin"]},{id:"IL",name:"Israel",timezones:["Asia/Jerusalem"]},{id:"IM",name:"Isle of Man",timezones:["Europe/London"]},{id:"IN",name:"India",timezones:["Asia/Kolkata"]},{id:"IO",name:"British Indian Ocean Territory",timezones:["Indian/Chagos"]},{id:"IQ",name:"Iraq",timezones:["Asia/Baghdad"]},{id:"IR",name:"Iran",timezones:["Asia/Tehran"]},{id:"IS",name:"Iceland",timezones:["Africa/Abidjan"]},{id:"IT",name:"Italy",timezones:["Europe/Rome"]},{id:"JE",name:"Jersey",timezones:["Europe/London"]},{id:"JM",name:"Jamaica",timezones:["America/Jamaica"]},{id:"JO",name:"Jordan",timezones:["Asia/Amman"]},{id:"JP",name:"Japan",timezones:["Asia/Tokyo"]},{id:"KE",name:"Kenya",timezones:["Africa/Nairobi"]},{id:"KG",name:"Kyrgyzstan",timezones:["Asia/Bishkek"]},{id:"KH",name:"Cambodia",timezones:["Asia/Bangkok"]},{id:"KI",name:"Kiribati",timezones:["Pacific/Kanton","Pacific/Kiritimati","Pacific/Tarawa"]},{id:"KM",name:"Comoros",timezones:["Africa/Nairobi"]},{id:"KN",name:"Saint Kitts and Nevis",timezones:["America/Puerto_Rico"]},{id:"KP",name:"North Korea",timezones:["Asia/Pyongyang"]},{id:"KR",name:"South Korea",timezones:["Asia/Seoul"]},{id:"KW",name:"Kuwait",timezones:["Asia/Riyadh"]},{id:"KY",name:"Cayman Islands",timezones:["America/Panama"]},{id:"KZ",name:"Kazakhstan",timezones:["Asia/Almaty","Asia/Aqtau","Asia/Aqtobe","Asia/Atyrau","Asia/Oral","Asia/Qostanay","Asia/Qyzylorda"]},{id:"LA",name:"Laos",timezones:["Asia/Bangkok"]},{id:"LB",name:"Lebanon",timezones:["Asia/Beirut"]},{id:"LC",name:"Saint Lucia",timezones:["America/Puerto_Rico"]},{id:"LI",name:"Liechtenstein",timezones:["Europe/Zurich"]},{id:"LK",name:"Sri Lanka",timezones:["Asia/Colombo"]},{id:"LR",name:"Liberia",timezones:["Africa/Monrovia"]},{id:"LS",name:"Lesotho",timezones:["Africa/Johannesburg"]},{id:"LT",name:"Lithuania",timezones:["Europe/Vilnius"]},{id:"LU",name:"Luxembourg",timezones:["Europe/Brussels"]},{id:"LV",name:"Latvia",timezones:["Europe/Riga"]},{id:"LY",name:"Libya",timezones:["Africa/Tripoli"]},{id:"MA",name:"Morocco",timezones:["Africa/Casablanca"]},{id:"MC",name:"Monaco",timezones:["Europe/Paris"]},{id:"MD",name:"Moldova",timezones:["Europe/Chisinau"]},{id:"ME",name:"Montenegro",timezones:["Europe/Belgrade"]},{id:"MF",name:"Saint Martin",timezones:["America/Puerto_Rico"]},{id:"MG",name:"Madagascar",timezones:["Africa/Nairobi"]},{id:"MH",name:"Marshall Islands",timezones:["Pacific/Kwajalein","Pacific/Tarawa"]},{id:"MK",name:"North Macedonia",timezones:["Europe/Belgrade"]},{id:"ML",name:"Mali",timezones:["Africa/Abidjan"]},{id:"MM",name:"Myanmar",timezones:["Asia/Yangon"]},{id:"MN",name:"Mongolia",timezones:["Asia/Hovd","Asia/Ulaanbaatar"]},{id:"MO",name:"Macao",timezones:["Asia/Macau"]},{id:"MP",name:"Northern Mariana Islands",timezones:["Pacific/Guam"]},{id:"MQ",name:"Martinique",timezones:["America/Martinique"]},{id:"MR",name:"Mauritania",timezones:["Africa/Abidjan"]},{id:"MS",name:"Montserrat",timezones:["America/Puerto_Rico"]},{id:"MT",name:"Malta",timezones:["Europe/Malta"]},{id:"MU",name:"Mauritius",timezones:["Indian/Mauritius"]},{id:"MV",name:"Maldives",timezones:["Indian/Maldives"]},{id:"MW",name:"Malawi",timezones:["Africa/Maputo"]},{id:"MX",name:"Mexico",timezones:["America/Bahia_Banderas","America/Cancun","America/Chihuahua","America/Ciudad_Juarez","America/Hermosillo","America/Matamoros","America/Mazatlan","America/Merida","America/Mexico_City","America/Monterrey","America/Ojinaga","America/Tijuana"]},{id:"MY",name:"Malaysia",timezones:["Asia/Kuching","Asia/Singapore"]},{id:"MZ",name:"Mozambique",timezones:["Africa/Maputo"]},{id:"NA",name:"Namibia",timezones:["Africa/Windhoek"]},{id:"NC",name:"New Caledonia",timezones:["Pacific/Noumea"]},{id:"NE",name:"Niger",timezones:["Africa/Lagos"]},{id:"NF",name:"Norfolk Island",timezones:["Pacific/Norfolk"]},{id:"NG",name:"Nigeria",timezones:["Africa/Lagos"]},{id:"NI",name:"Nicaragua",timezones:["America/Managua"]},{id:"NL",name:"Netherlands",timezones:["Europe/Brussels"]},{id:"NO",name:"Norway",timezones:["Europe/Berlin"]},{id:"NP",name:"Nepal",timezones:["Asia/Kathmandu"]},{id:"NR",name:"Nauru",timezones:["Pacific/Nauru"]},{id:"NU",name:"Niue",timezones:["Pacific/Niue"]},{id:"NZ",name:"New Zealand",timezones:["Pacific/Auckland","Pacific/Chatham"]},{id:"OM",name:"Oman",timezones:["Asia/Dubai"]},{id:"PA",name:"Panama",timezones:["America/Panama"]},{id:"PE",name:"Peru",timezones:["America/Lima"]},{id:"PF",name:"French Polynesia",timezones:["Pacific/Gambier","Pacific/Marquesas","Pacific/Tahiti"]},{id:"PG",name:"Papua New Guinea",timezones:["Pacific/Bougainville","Pacific/Port_Moresby"]},{id:"PH",name:"Philippines",timezones:["Asia/Manila"]},{id:"PK",name:"Pakistan",timezones:["Asia/Karachi"]},{id:"PL",name:"Poland",timezones:["Europe/Warsaw"]},{id:"PM",name:"Saint Pierre and Miquelon",timezones:["America/Miquelon"]},{id:"PN",name:"Pitcairn",timezones:["Pacific/Pitcairn"]},{id:"PR",name:"Puerto Rico",timezones:["America/Puerto_Rico"]},{id:"PS",name:"Palestine",timezones:["Asia/Gaza","Asia/Hebron"]},{id:"PT",name:"Portugal",timezones:["Atlantic/Azores","Atlantic/Madeira","Europe/Lisbon"]},{id:"PW",name:"Palau",timezones:["Pacific/Palau"]},{id:"PY",name:"Paraguay",timezones:["America/Asuncion"]},{id:"QA",name:"Qatar",timezones:["Asia/Qatar"]},{id:"RE",name:"R\xE9union",timezones:["Asia/Dubai"]},{id:"RO",name:"Romania",timezones:["Europe/Bucharest"]},{id:"RS",name:"Serbia",timezones:["Europe/Belgrade"]},{id:"RU",name:"Russia",timezones:["Asia/Anadyr","Asia/Barnaul","Asia/Chita","Asia/Irkutsk","Asia/Kamchatka","Asia/Khandyga","Asia/Krasnoyarsk","Asia/Magadan","Asia/Novokuznetsk","Asia/Novosibirsk","Asia/Omsk","Asia/Sakhalin","Asia/Srednekolymsk","Asia/Tomsk","Asia/Ust-Nera","Asia/Vladivostok","Asia/Yakutsk","Asia/Yekaterinburg","Europe/Astrakhan","Europe/Kaliningrad","Europe/Kirov","Europe/Moscow","Europe/Samara","Europe/Saratov","Europe/Simferopol","Europe/Ulyanovsk","Europe/Volgograd"]},{id:"RW",name:"Rwanda",timezones:["Africa/Maputo"]},{id:"SA",name:"Saudi Arabia",timezones:["Asia/Riyadh"]},{id:"SB",name:"Solomon Islands",timezones:["Pacific/Guadalcanal"]},{id:"SC",name:"Seychelles",timezones:["Asia/Dubai"]},{id:"SD",name:"Sudan",timezones:["Africa/Khartoum"]},{id:"SE",name:"Sweden",timezones:["Europe/Berlin"]},{id:"SG",name:"Singapore",timezones:["Asia/Singapore"]},{id:"SH",name:"Saint Helena, Ascension and Tristan da Cunha",timezones:["Africa/Abidjan"]},{id:"SI",name:"Slovenia",timezones:["Europe/Belgrade"]},{id:"SJ",name:"Svalbard and Jan Mayen",timezones:["Europe/Berlin"]},{id:"SK",name:"Slovakia",timezones:["Europe/Prague"]},{id:"SL",name:"Sierra Leone",timezones:["Africa/Abidjan"]},{id:"SM",name:"San Marino",timezones:["Europe/Rome"]},{id:"SN",name:"Senegal",timezones:["Africa/Abidjan"]},{id:"SO",name:"Somalia",timezones:["Africa/Nairobi"]},{id:"SR",name:"Suriname",timezones:["America/Paramaribo"]},{id:"SS",name:"South Sudan",timezones:["Africa/Juba"]},{id:"ST",name:"Sao Tome and Principe",timezones:["Africa/Sao_Tome"]},{id:"SV",name:"El Salvador",timezones:["America/El_Salvador"]},{id:"SX",name:"Sint Maarten",timezones:["America/Puerto_Rico"]},{id:"SY",name:"Syria",timezones:["Asia/Damascus"]},{id:"SZ",name:"Eswatini",timezones:["Africa/Johannesburg"]},{id:"TC",name:"Turks and Caicos Islands",timezones:["America/Grand_Turk"]},{id:"TD",name:"Chad",timezones:["Africa/Ndjamena"]},{id:"TF",name:"French Southern Territories",timezones:["Asia/Dubai","Indian/Maldives"]},{id:"TG",name:"Togo",timezones:["Africa/Abidjan"]},{id:"TH",name:"Thailand",timezones:["Asia/Bangkok"]},{id:"TJ",name:"Tajikistan",timezones:["Asia/Dushanbe"]},{id:"TK",name:"Tokelau",timezones:["Pacific/Fakaofo"]},{id:"TL",name:"Timor-Leste",timezones:["Asia/Dili"]},{id:"TM",name:"Turkmenistan",timezones:["Asia/Ashgabat"]},{id:"TN",name:"Tunisia",timezones:["Africa/Tunis"]},{id:"TO",name:"Tonga",timezones:["Pacific/Tongatapu"]},{id:"TR",name:"T\xFCrkiye",timezones:["Europe/Istanbul"]},{id:"TT",name:"Trinidad and Tobago",timezones:["America/Puerto_Rico"]},{id:"TV",name:"Tuvalu",timezones:["Pacific/Tarawa"]},{id:"TW",name:"Taiwan",timezones:["Asia/Taipei"]},{id:"TZ",name:"Tanzania",timezones:["Africa/Nairobi"]},{id:"UA",name:"Ukraine",timezones:["Europe/Kyiv","Europe/Simferopol"]},{id:"UG",name:"Uganda",timezones:["Africa/Nairobi"]},{id:"UM",name:"United States Minor Outlying Islands",timezones:["Pacific/Pago_Pago","Pacific/Tarawa"]},{id:"US",name:"United States of America",timezones:["America/Adak","America/Anchorage","America/Boise","America/Chicago","America/Denver","America/Detroit","America/Indiana/Indianapolis","America/Indiana/Knox","America/Indiana/Marengo","America/Indiana/Petersburg","America/Indiana/Tell_City","America/Indiana/Vevay","America/Indiana/Vincennes","America/Indiana/Winamac","America/Juneau","America/Kentucky/Louisville","America/Kentucky/Monticello","America/Los_Angeles","America/Menominee","America/Metlakatla","America/New_York","America/Nome","America/North_Dakota/Beulah","America/North_Dakota/Center","America/North_Dakota/New_Salem","America/Phoenix","America/Sitka","America/Yakutat","Pacific/Honolulu"]},{id:"UY",name:"Uruguay",timezones:["America/Montevideo"]},{id:"UZ",name:"Uzbekistan",timezones:["Asia/Samarkand","Asia/Tashkent"]},{id:"VA",name:"Holy See",timezones:["Europe/Rome"]},{id:"VC",name:"Saint Vincent and the Grenadines",timezones:["America/Puerto_Rico"]},{id:"VE",name:"Venezuela",timezones:["America/Caracas"]},{id:"VG",name:"Virgin Islands (UK)",timezones:["America/Puerto_Rico"]},{id:"VI",name:"Virgin Islands (US)",timezones:["America/Puerto_Rico"]},{id:"VN",name:"Vietnam",timezones:["Asia/Bangkok","Asia/Ho_Chi_Minh"]},{id:"VU",name:"Vanuatu",timezones:["Pacific/Efate"]},{id:"WF",name:"Wallis and Futuna",timezones:["Pacific/Tarawa"]},{id:"WS",name:"Samoa",timezones:["Pacific/Apia"]},{id:"YE",name:"Yemen",timezones:["Asia/Riyadh"]},{id:"YT",name:"Mayotte",timezones:["Africa/Nairobi"]},{id:"ZA",name:"South Africa",timezones:["Africa/Johannesburg"]},{id:"ZM",name:"Zambia",timezones:["Africa/Maputo"]},{id:"ZW",name:"Zimbabwe",timezones:["Africa/Maputo"]}];0&&(module.exports={countriesTimeZones});
|