twitter_cldr 6.11.5 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +3 -1
- data/README.md +0 -1111
- data/lib/twitter_cldr/resources/calendars_importer.rb +1 -1
- data/lib/twitter_cldr/resources/cldr_locale.rb +4 -3
- data/lib/twitter_cldr/resources/currency_symbols_importer.rb +8 -4
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +33 -1
- data/lib/twitter_cldr/resources/number_formats_importer.rb +4 -1
- data/lib/twitter_cldr/resources/postal_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/segment_rules_importer.rb +6 -3
- data/lib/twitter_cldr/resources/segment_tests_importer.rb +118 -16
- data/lib/twitter_cldr/resources/tailoring_importer.rb +6 -6
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +0 -8
- data/lib/twitter_cldr/resources/transform_tests_importer.rb +0 -5
- data/lib/twitter_cldr/resources/transforms_importer.rb +33 -1
- data/lib/twitter_cldr/segmentation/break_iterator.rb +14 -16
- data/lib/twitter_cldr/segmentation/metadata.rb +4 -0
- data/lib/twitter_cldr/segmentation/state_machine.rb +13 -1
- data/lib/twitter_cldr/shared/properties_database.rb +12 -0
- data/lib/twitter_cldr/shared/property_set.rb +14 -0
- data/lib/twitter_cldr/transforms/conversions/side.rb +20 -12
- data/lib/twitter_cldr/transforms/transformer.rb +1 -1
- data/lib/twitter_cldr/transforms/transforms/transform_rule.rb +1 -1
- data/lib/twitter_cldr/utils/regexp_ast.rb +3 -0
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/lib/twitter_cldr.rb +4 -5
- data/resources/locales/af/calendars.yml +9 -9
- data/resources/locales/af/currencies.yml +1 -0
- data/resources/locales/af/fields.yml +25 -0
- data/resources/locales/af/languages.yml +41 -0
- data/resources/locales/af/lists.yml +5 -5
- data/resources/locales/af/numbers.yml +115 -1
- data/resources/locales/af/timezones.yml +4 -0
- data/resources/locales/af/units.yml +54 -9
- data/resources/locales/ar/calendars.yml +5 -5
- data/resources/locales/ar/fields.yml +24 -0
- data/resources/locales/ar/languages.yml +34 -0
- data/resources/locales/ar/lists.yml +8 -8
- data/resources/locales/ar/numbers.yml +116 -2
- data/resources/locales/ar/rbnf.yml +139 -139
- data/resources/locales/ar/timezones.yml +4 -0
- data/resources/locales/ar/units.yml +890 -31
- data/resources/locales/az/calendars.yml +11 -11
- data/resources/locales/az/fields.yml +32 -0
- data/resources/locales/az/languages.yml +39 -0
- data/resources/locales/az/lists.yml +2 -2
- data/resources/locales/az/numbers.yml +114 -0
- data/resources/locales/az/timezones.yml +2 -0
- data/resources/locales/az/units.yml +385 -6
- data/resources/locales/be/calendars.yml +16 -16
- data/resources/locales/be/fields.yml +32 -0
- data/resources/locales/be/languages.yml +43 -1
- data/resources/locales/be/lists.yml +6 -6
- data/resources/locales/be/numbers.yml +114 -0
- data/resources/locales/be/territories.yml +1 -1
- data/resources/locales/be/timezones.yml +4 -0
- data/resources/locales/be/units.yml +947 -124
- data/resources/locales/bg/calendars.yml +30 -30
- data/resources/locales/bg/fields.yml +4 -4
- data/resources/locales/bg/languages.yml +42 -3
- data/resources/locales/bg/lists.yml +6 -6
- data/resources/locales/bg/numbers.yml +115 -1
- data/resources/locales/bg/rbnf.yml +1213 -116
- data/resources/locales/bg/timezones.yml +5 -1
- data/resources/locales/bg/units.yml +433 -9
- data/resources/locales/bn/calendars.yml +19 -19
- data/resources/locales/bn/currencies.yml +23 -22
- data/resources/locales/bn/fields.yml +12 -12
- data/resources/locales/bn/languages.yml +74 -50
- data/resources/locales/bn/lists.yml +4 -4
- data/resources/locales/bn/numbers.yml +115 -0
- data/resources/locales/bn/territories.yml +16 -16
- data/resources/locales/bn/timezones.yml +12 -8
- data/resources/locales/bn/units.yml +338 -9
- data/resources/locales/bo/numbers.yml +114 -0
- data/resources/locales/bo/timezones.yml +10 -0
- data/resources/locales/bo/units.yml +4 -2
- data/resources/locales/bs/calendars.yml +10 -10
- data/resources/locales/bs/fields.yml +56 -0
- data/resources/locales/bs/languages.yml +36 -0
- data/resources/locales/bs/lists.yml +6 -6
- data/resources/locales/bs/numbers.yml +1276 -236
- data/resources/locales/bs/timezones.yml +2 -0
- data/resources/locales/bs/units.yml +534 -8
- data/resources/locales/ca/calendars.yml +17 -17
- data/resources/locales/ca/languages.yml +32 -0
- data/resources/locales/ca/lists.yml +6 -6
- data/resources/locales/ca/numbers.yml +153 -37
- data/resources/locales/ca/plural_rules.yml +2 -1
- data/resources/locales/ca/plurals.yml +4 -1
- data/resources/locales/ca/territories.yml +6 -6
- data/resources/locales/ca/timezones.yml +5 -1
- data/resources/locales/ca/units.yml +472 -20
- data/resources/locales/cs/calendars.yml +14 -10
- data/resources/locales/cs/languages.yml +42 -1
- data/resources/locales/cs/lists.yml +7 -7
- data/resources/locales/cs/numbers.yml +114 -0
- data/resources/locales/cs/timezones.yml +310 -306
- data/resources/locales/cs/units.yml +406 -356
- data/resources/locales/cy/calendars.yml +10 -10
- data/resources/locales/cy/fields.yml +25 -0
- data/resources/locales/cy/languages.yml +40 -1
- data/resources/locales/cy/lists.yml +4 -4
- data/resources/locales/cy/numbers.yml +114 -0
- data/resources/locales/cy/timezones.yml +2 -0
- data/resources/locales/cy/units.yml +650 -25
- data/resources/locales/da/calendars.yml +30 -30
- data/resources/locales/da/fields.yml +4 -0
- data/resources/locales/da/languages.yml +36 -3
- data/resources/locales/da/lists.yml +2 -2
- data/resources/locales/da/numbers.yml +114 -0
- data/resources/locales/da/territories.yml +2 -2
- data/resources/locales/da/timezones.yml +2 -0
- data/resources/locales/da/units.yml +593 -224
- data/resources/locales/de/calendars.yml +8 -8
- data/resources/locales/de/languages.yml +31 -0
- data/resources/locales/de/lists.yml +6 -6
- data/resources/locales/de/numbers.yml +114 -0
- data/resources/locales/de/timezones.yml +44 -42
- data/resources/locales/de/units.yml +247 -25
- data/resources/locales/de-AT/calendars.yml +8 -8
- data/resources/locales/de-AT/languages.yml +31 -0
- data/resources/locales/de-AT/lists.yml +6 -6
- data/resources/locales/de-AT/numbers.yml +114 -0
- data/resources/locales/de-AT/timezones.yml +44 -42
- data/resources/locales/de-AT/units.yml +247 -25
- data/resources/locales/de-CH/calendars.yml +7 -7
- data/resources/locales/de-CH/languages.yml +37 -6
- data/resources/locales/de-CH/lists.yml +6 -6
- data/resources/locales/de-CH/numbers.yml +114 -0
- data/resources/locales/de-CH/territories.yml +1 -1
- data/resources/locales/de-CH/timezones.yml +44 -42
- data/resources/locales/de-CH/units.yml +247 -25
- data/resources/locales/el/calendars.yml +13 -13
- data/resources/locales/el/languages.yml +34 -0
- data/resources/locales/el/lists.yml +4 -4
- data/resources/locales/el/numbers.yml +114 -0
- data/resources/locales/el/rbnf.yml +15 -3
- data/resources/locales/el/territories.yml +1 -1
- data/resources/locales/el/timezones.yml +4 -0
- data/resources/locales/el/units.yml +477 -72
- data/resources/locales/en/calendars.yml +15 -15
- data/resources/locales/en/currencies.yml +15 -7
- data/resources/locales/en/fields.yml +72 -0
- data/resources/locales/en/languages.yml +45 -5
- data/resources/locales/en/numbers.yml +114 -0
- data/resources/locales/en/rbnf.yml +2 -2
- data/resources/locales/en/territories.yml +2 -1
- data/resources/locales/en/timezones.yml +9 -1
- data/resources/locales/en/units.yml +29 -11
- data/resources/locales/en-001/calendars.yml +13 -13
- data/resources/locales/en-001/currencies.yml +12 -4
- data/resources/locales/en-001/fields.yml +12 -0
- data/resources/locales/en-001/languages.yml +43 -3
- data/resources/locales/en-001/numbers.yml +114 -0
- data/resources/locales/en-001/territories.yml +9 -8
- data/resources/locales/en-001/timezones.yml +13 -1
- data/resources/locales/en-001/units.yml +36 -17
- data/resources/locales/en-150/calendars.yml +13 -13
- data/resources/locales/en-150/currencies.yml +12 -4
- data/resources/locales/en-150/fields.yml +12 -0
- data/resources/locales/en-150/languages.yml +43 -3
- data/resources/locales/en-150/numbers.yml +114 -0
- data/resources/locales/en-150/territories.yml +9 -8
- data/resources/locales/en-150/timezones.yml +13 -1
- data/resources/locales/en-150/units.yml +36 -17
- data/resources/locales/en-AU/calendars.yml +25 -25
- data/resources/locales/en-AU/currencies.yml +21 -14
- data/resources/locales/en-AU/fields.yml +5 -3
- data/resources/locales/en-AU/languages.yml +43 -3
- data/resources/locales/en-AU/numbers.yml +114 -0
- data/resources/locales/en-AU/territories.yml +4 -3
- data/resources/locales/en-AU/timezones.yml +15 -1
- data/resources/locales/en-AU/units.yml +40 -21
- data/resources/locales/en-CA/calendars.yml +23 -23
- data/resources/locales/en-CA/currencies.yml +28 -20
- data/resources/locales/en-CA/fields.yml +12 -0
- data/resources/locales/en-CA/languages.yml +52 -12
- data/resources/locales/en-CA/numbers.yml +114 -0
- data/resources/locales/en-CA/territories.yml +8 -7
- data/resources/locales/en-CA/timezones.yml +12 -2
- data/resources/locales/en-CA/units.yml +41 -20
- data/resources/locales/en-GB/calendars.yml +10 -10
- data/resources/locales/en-GB/currencies.yml +12 -4
- data/resources/locales/en-GB/fields.yml +1 -0
- data/resources/locales/en-GB/languages.yml +42 -2
- data/resources/locales/en-GB/numbers.yml +114 -0
- data/resources/locales/en-GB/territories.yml +2 -1
- data/resources/locales/en-GB/timezones.yml +5 -1
- data/resources/locales/en-GB/units.yml +31 -13
- data/resources/locales/en-IE/calendars.yml +13 -13
- data/resources/locales/en-IE/currencies.yml +12 -4
- data/resources/locales/en-IE/fields.yml +12 -0
- data/resources/locales/en-IE/languages.yml +43 -3
- data/resources/locales/en-IE/numbers.yml +114 -0
- data/resources/locales/en-IE/territories.yml +9 -8
- data/resources/locales/en-IE/timezones.yml +13 -1
- data/resources/locales/en-IE/units.yml +36 -17
- data/resources/locales/en-IN/calendars.yml +17 -17
- data/resources/locales/en-IN/currencies.yml +12 -4
- data/resources/locales/en-IN/fields.yml +12 -0
- data/resources/locales/en-IN/languages.yml +43 -3
- data/resources/locales/en-IN/numbers.yml +114 -0
- data/resources/locales/en-IN/territories.yml +9 -8
- data/resources/locales/en-IN/timezones.yml +15 -1
- data/resources/locales/en-IN/units.yml +35 -16
- data/resources/locales/en-NZ/calendars.yml +13 -13
- data/resources/locales/en-NZ/currencies.yml +12 -4
- data/resources/locales/en-NZ/fields.yml +12 -0
- data/resources/locales/en-NZ/languages.yml +43 -3
- data/resources/locales/en-NZ/numbers.yml +114 -0
- data/resources/locales/en-NZ/territories.yml +9 -8
- data/resources/locales/en-NZ/timezones.yml +13 -1
- data/resources/locales/en-NZ/units.yml +36 -17
- data/resources/locales/en-SG/calendars.yml +13 -13
- data/resources/locales/en-SG/currencies.yml +12 -4
- data/resources/locales/en-SG/fields.yml +12 -0
- data/resources/locales/en-SG/languages.yml +43 -3
- data/resources/locales/en-SG/numbers.yml +114 -0
- data/resources/locales/en-SG/territories.yml +9 -8
- data/resources/locales/en-SG/timezones.yml +13 -1
- data/resources/locales/en-SG/units.yml +36 -17
- data/resources/locales/en-US/calendars.yml +15 -15
- data/resources/locales/en-US/currencies.yml +15 -7
- data/resources/locales/en-US/fields.yml +72 -0
- data/resources/locales/en-US/languages.yml +45 -5
- data/resources/locales/en-US/numbers.yml +114 -0
- data/resources/locales/en-US/territories.yml +2 -1
- data/resources/locales/en-US/timezones.yml +9 -1
- data/resources/locales/en-US/units.yml +29 -11
- data/resources/locales/en-ZA/calendars.yml +13 -13
- data/resources/locales/en-ZA/currencies.yml +12 -4
- data/resources/locales/en-ZA/fields.yml +12 -0
- data/resources/locales/en-ZA/languages.yml +43 -3
- data/resources/locales/en-ZA/numbers.yml +116 -2
- data/resources/locales/en-ZA/territories.yml +9 -8
- data/resources/locales/en-ZA/timezones.yml +13 -1
- data/resources/locales/en-ZA/units.yml +36 -17
- data/resources/locales/eo/calendars.yml +80 -80
- data/resources/locales/eo/fields.yml +439 -8
- data/resources/locales/eo/numbers.yml +114 -0
- data/resources/locales/eo/timezones.yml +10 -0
- data/resources/locales/eo/units.yml +4 -2
- data/resources/locales/es/calendars.yml +16 -16
- data/resources/locales/es/languages.yml +38 -4
- data/resources/locales/es/lists.yml +6 -6
- data/resources/locales/es/numbers.yml +114 -0
- data/resources/locales/es/rbnf.yml +18 -0
- data/resources/locales/es/timezones.yml +4 -2
- data/resources/locales/es/units.yml +40 -9
- data/resources/locales/es-419/calendars.yml +26 -26
- data/resources/locales/es-419/fields.yml +1 -1
- data/resources/locales/es-419/languages.yml +35 -1
- data/resources/locales/es-419/lists.yml +6 -6
- data/resources/locales/es-419/numbers.yml +114 -0
- data/resources/locales/es-419/timezones.yml +4 -0
- data/resources/locales/es-419/units.yml +45 -17
- data/resources/locales/es-AR/calendars.yml +17 -17
- data/resources/locales/es-AR/languages.yml +35 -1
- data/resources/locales/es-AR/lists.yml +6 -6
- data/resources/locales/es-AR/numbers.yml +114 -0
- data/resources/locales/es-AR/timezones.yml +4 -0
- data/resources/locales/es-AR/units.yml +45 -17
- data/resources/locales/es-CO/calendars.yml +22 -22
- data/resources/locales/es-CO/languages.yml +35 -1
- data/resources/locales/es-CO/lists.yml +6 -6
- data/resources/locales/es-CO/numbers.yml +114 -0
- data/resources/locales/es-CO/timezones.yml +4 -0
- data/resources/locales/es-CO/units.yml +45 -17
- data/resources/locales/es-MX/calendars.yml +21 -21
- data/resources/locales/es-MX/fields.yml +3 -3
- data/resources/locales/es-MX/languages.yml +43 -9
- data/resources/locales/es-MX/lists.yml +6 -6
- data/resources/locales/es-MX/numbers.yml +115 -1
- data/resources/locales/es-MX/territories.yml +2 -2
- data/resources/locales/es-MX/timezones.yml +4 -0
- data/resources/locales/es-MX/units.yml +49 -21
- data/resources/locales/es-US/calendars.yml +24 -24
- data/resources/locales/es-US/languages.yml +43 -9
- data/resources/locales/es-US/lists.yml +6 -6
- data/resources/locales/es-US/numbers.yml +114 -0
- data/resources/locales/es-US/timezones.yml +4 -0
- data/resources/locales/es-US/units.yml +52 -26
- data/resources/locales/et/calendars.yml +25 -25
- data/resources/locales/et/fields.yml +8 -0
- data/resources/locales/et/languages.yml +33 -0
- data/resources/locales/et/lists.yml +4 -4
- data/resources/locales/et/numbers.yml +114 -0
- data/resources/locales/et/timezones.yml +2 -0
- data/resources/locales/et/units.yml +405 -6
- data/resources/locales/eu/calendars.yml +35 -35
- data/resources/locales/eu/currencies.yml +11 -0
- data/resources/locales/eu/fields.yml +40 -0
- data/resources/locales/eu/languages.yml +128 -88
- data/resources/locales/eu/lists.yml +6 -6
- data/resources/locales/eu/numbers.yml +1233 -237
- data/resources/locales/eu/timezones.yml +12 -0
- data/resources/locales/eu/units.yml +386 -17
- data/resources/locales/fa/calendars.yml +4 -4
- data/resources/locales/fa/currencies.yml +1 -0
- data/resources/locales/fa/fields.yml +4 -4
- data/resources/locales/fa/languages.yml +44 -7
- data/resources/locales/fa/lists.yml +4 -4
- data/resources/locales/fa/numbers.yml +118 -2
- data/resources/locales/fa/timezones.yml +4 -0
- data/resources/locales/fa/units.yml +255 -40
- data/resources/locales/fi/calendars.yml +7 -7
- data/resources/locales/fi/currencies.yml +6 -2
- data/resources/locales/fi/languages.yml +34 -1
- data/resources/locales/fi/lists.yml +6 -6
- data/resources/locales/fi/numbers.yml +116 -1
- data/resources/locales/fi/timezones.yml +2 -0
- data/resources/locales/fi/units.yml +121 -65
- data/resources/locales/fil/calendars.yml +21 -21
- data/resources/locales/fil/currencies.yml +46 -46
- data/resources/locales/fil/fields.yml +48 -48
- data/resources/locales/fil/languages.yml +41 -4
- data/resources/locales/fil/lists.yml +4 -4
- data/resources/locales/fil/numbers.yml +116 -1
- data/resources/locales/fil/territories.yml +1 -1
- data/resources/locales/fil/timezones.yml +21 -19
- data/resources/locales/fil/units.yml +355 -9
- data/resources/locales/fr/calendars.yml +9 -9
- data/resources/locales/fr/currencies.yml +3 -3
- data/resources/locales/fr/fields.yml +4 -0
- data/resources/locales/fr/languages.yml +34 -3
- data/resources/locales/fr/lists.yml +4 -4
- data/resources/locales/fr/numbers.yml +114 -0
- data/resources/locales/fr/timezones.yml +14 -12
- data/resources/locales/fr/units.yml +84 -30
- data/resources/locales/fr-BE/calendars.yml +9 -9
- data/resources/locales/fr-BE/currencies.yml +3 -3
- data/resources/locales/fr-BE/fields.yml +4 -0
- data/resources/locales/fr-BE/languages.yml +34 -3
- data/resources/locales/fr-BE/lists.yml +4 -4
- data/resources/locales/fr-BE/numbers.yml +114 -0
- data/resources/locales/fr-BE/timezones.yml +14 -12
- data/resources/locales/fr-BE/units.yml +84 -30
- data/resources/locales/fr-CA/calendars.yml +5 -5
- data/resources/locales/fr-CA/fields.yml +4 -0
- data/resources/locales/fr-CA/languages.yml +34 -3
- data/resources/locales/fr-CA/lists.yml +4 -4
- data/resources/locales/fr-CA/numbers.yml +114 -0
- data/resources/locales/fr-CA/timezones.yml +4 -0
- data/resources/locales/fr-CA/units.yml +43 -25
- data/resources/locales/fr-CH/calendars.yml +7 -7
- data/resources/locales/fr-CH/currencies.yml +3 -3
- data/resources/locales/fr-CH/fields.yml +4 -0
- data/resources/locales/fr-CH/languages.yml +34 -3
- data/resources/locales/fr-CH/lists.yml +4 -4
- data/resources/locales/fr-CH/numbers.yml +114 -0
- data/resources/locales/fr-CH/timezones.yml +14 -12
- data/resources/locales/fr-CH/units.yml +84 -30
- data/resources/locales/ga/calendars.yml +26 -26
- data/resources/locales/ga/currencies.yml +6 -4
- data/resources/locales/ga/fields.yml +39 -39
- data/resources/locales/ga/languages.yml +131 -13
- data/resources/locales/ga/lists.yml +3 -3
- data/resources/locales/ga/numbers.yml +114 -0
- data/resources/locales/ga/timezones.yml +2 -0
- data/resources/locales/ga/units.yml +379 -23
- data/resources/locales/gl/calendars.yml +11 -11
- data/resources/locales/gl/fields.yml +12 -0
- data/resources/locales/gl/languages.yml +43 -0
- data/resources/locales/gl/lists.yml +6 -6
- data/resources/locales/gl/numbers.yml +116 -2
- data/resources/locales/gl/timezones.yml +311 -309
- data/resources/locales/gl/units.yml +470 -10
- data/resources/locales/gu/currencies.yml +1 -0
- data/resources/locales/gu/languages.yml +39 -3
- data/resources/locales/gu/lists.yml +3 -3
- data/resources/locales/gu/numbers.yml +115 -0
- data/resources/locales/gu/territories.yml +1 -1
- data/resources/locales/gu/timezones.yml +4 -0
- data/resources/locales/gu/units.yml +447 -11
- data/resources/locales/he/calendars.yml +2 -2
- data/resources/locales/he/currencies.yml +29 -20
- data/resources/locales/he/fields.yml +9 -0
- data/resources/locales/he/languages.yml +35 -3
- data/resources/locales/he/lists.yml +6 -6
- data/resources/locales/he/numbers.yml +117 -2
- data/resources/locales/he/plural_rules.yml +2 -3
- data/resources/locales/he/plurals.yml +2 -4
- data/resources/locales/he/rbnf.yml +12 -0
- data/resources/locales/he/territories.yml +2 -2
- data/resources/locales/he/timezones.yml +9 -5
- data/resources/locales/he/units.yml +664 -33
- data/resources/locales/hi/calendars.yml +2 -2
- data/resources/locales/hi/currencies.yml +1 -0
- data/resources/locales/hi/fields.yml +20 -0
- data/resources/locales/hi/languages.yml +39 -3
- data/resources/locales/hi/lists.yml +6 -6
- data/resources/locales/hi/numbers.yml +725 -44
- data/resources/locales/hi/territories.yml +4 -4
- data/resources/locales/hi/timezones.yml +4 -0
- data/resources/locales/hi/units.yml +423 -89
- data/resources/locales/hr/calendars.yml +7 -7
- data/resources/locales/hr/currencies.yml +1 -1
- data/resources/locales/hr/languages.yml +33 -0
- data/resources/locales/hr/lists.yml +8 -8
- data/resources/locales/hr/numbers.yml +114 -0
- data/resources/locales/hr/territories.yml +2 -2
- data/resources/locales/hr/timezones.yml +5 -3
- data/resources/locales/hr/units.yml +311 -69
- data/resources/locales/hu/calendars.yml +7 -7
- data/resources/locales/hu/currencies.yml +21 -7
- data/resources/locales/hu/fields.yml +24 -12
- data/resources/locales/hu/languages.yml +33 -0
- data/resources/locales/hu/lists.yml +6 -6
- data/resources/locales/hu/numbers.yml +136 -11
- data/resources/locales/hu/timezones.yml +2 -0
- data/resources/locales/hu/units.yml +631 -210
- data/resources/locales/hy/calendars.yml +1 -1
- data/resources/locales/hy/fields.yml +16 -0
- data/resources/locales/hy/languages.yml +46 -5
- data/resources/locales/hy/lists.yml +4 -4
- data/resources/locales/hy/numbers.yml +114 -0
- data/resources/locales/hy/timezones.yml +4 -0
- data/resources/locales/hy/units.yml +517 -123
- data/resources/locales/id/calendars.yml +12 -12
- data/resources/locales/id/currencies.yml +1 -0
- data/resources/locales/id/fields.yml +19 -0
- data/resources/locales/id/languages.yml +36 -2
- data/resources/locales/id/lists.yml +4 -4
- data/resources/locales/id/numbers.yml +114 -0
- data/resources/locales/id/timezones.yml +2 -0
- data/resources/locales/id/units.yml +302 -4
- data/resources/locales/is/calendars.yml +7 -7
- data/resources/locales/is/currencies.yml +15 -10
- data/resources/locales/is/fields.yml +17 -3
- data/resources/locales/is/languages.yml +36 -1
- data/resources/locales/is/lists.yml +4 -4
- data/resources/locales/is/numbers.yml +114 -0
- data/resources/locales/is/plural_rules.yml +2 -2
- data/resources/locales/is/plurals.yml +2 -2
- data/resources/locales/is/timezones.yml +9 -4
- data/resources/locales/is/units.yml +462 -135
- data/resources/locales/it/calendars.yml +9 -9
- data/resources/locales/it/currencies.yml +6 -6
- data/resources/locales/it/languages.yml +33 -2
- data/resources/locales/it/lists.yml +6 -6
- data/resources/locales/it/numbers.yml +114 -0
- data/resources/locales/it/rbnf.yml +566 -0
- data/resources/locales/it/territories.yml +5 -5
- data/resources/locales/it/timezones.yml +10 -5
- data/resources/locales/it/units.yml +94 -27
- data/resources/locales/it-CH/calendars.yml +11 -11
- data/resources/locales/it-CH/currencies.yml +6 -6
- data/resources/locales/it-CH/languages.yml +33 -2
- data/resources/locales/it-CH/lists.yml +6 -6
- data/resources/locales/it-CH/numbers.yml +114 -0
- data/resources/locales/it-CH/territories.yml +5 -5
- data/resources/locales/it-CH/timezones.yml +10 -5
- data/resources/locales/it-CH/units.yml +94 -27
- data/resources/locales/ja/currencies.yml +3 -3
- data/resources/locales/ja/languages.yml +32 -0
- data/resources/locales/ja/lists.yml +12 -12
- data/resources/locales/ja/numbers.yml +159 -0
- data/resources/locales/ja/timezones.yml +5 -1
- data/resources/locales/ja/units.yml +28 -8
- data/resources/locales/ka/languages.yml +40 -1
- data/resources/locales/ka/lists.yml +6 -6
- data/resources/locales/ka/numbers.yml +114 -0
- data/resources/locales/ka/timezones.yml +4 -0
- data/resources/locales/ka/units.yml +61 -10
- data/resources/locales/kk/calendars.yml +25 -25
- data/resources/locales/kk/currencies.yml +12 -12
- data/resources/locales/kk/fields.yml +37 -1
- data/resources/locales/kk/languages.yml +51 -14
- data/resources/locales/kk/lists.yml +5 -5
- data/resources/locales/kk/numbers.yml +114 -0
- data/resources/locales/kk/rbnf.yml +307 -0
- data/resources/locales/kk/territories.yml +4 -4
- data/resources/locales/kk/timezones.yml +27 -23
- data/resources/locales/kk/units.yml +465 -57
- data/resources/locales/km/currencies.yml +1 -0
- data/resources/locales/km/languages.yml +46 -0
- data/resources/locales/km/lists.yml +5 -5
- data/resources/locales/km/numbers.yml +114 -0
- data/resources/locales/km/timezones.yml +4 -0
- data/resources/locales/km/units.yml +306 -4
- data/resources/locales/kn/calendars.yml +5 -5
- data/resources/locales/kn/currencies.yml +2 -1
- data/resources/locales/kn/languages.yml +36 -1
- data/resources/locales/kn/lists.yml +4 -4
- data/resources/locales/kn/numbers.yml +719 -44
- data/resources/locales/kn/territories.yml +2 -2
- data/resources/locales/kn/timezones.yml +4 -0
- data/resources/locales/kn/units.yml +261 -164
- data/resources/locales/ko/calendars.yml +2 -2
- data/resources/locales/ko/currencies.yml +60 -58
- data/resources/locales/ko/fields.yml +48 -0
- data/resources/locales/ko/languages.yml +33 -0
- data/resources/locales/ko/lists.yml +6 -6
- data/resources/locales/ko/numbers.yml +114 -0
- data/resources/locales/ko/territories.yml +2 -2
- data/resources/locales/ko/timezones.yml +4 -0
- data/resources/locales/ko/units.yml +230 -6
- data/resources/locales/lo/calendars.yml +5 -4
- data/resources/locales/lo/currencies.yml +1 -0
- data/resources/locales/lo/fields.yml +50 -0
- data/resources/locales/lo/languages.yml +37 -3
- data/resources/locales/lo/lists.yml +5 -5
- data/resources/locales/lo/numbers.yml +114 -0
- data/resources/locales/lo/timezones.yml +4 -0
- data/resources/locales/lo/units.yml +320 -4
- data/resources/locales/lt/calendars.yml +10 -10
- data/resources/locales/lt/languages.yml +33 -1
- data/resources/locales/lt/lists.yml +6 -6
- data/resources/locales/lt/numbers.yml +114 -0
- data/resources/locales/lt/timezones.yml +2 -0
- data/resources/locales/lt/units.yml +907 -222
- data/resources/locales/lv/calendars.yml +8 -8
- data/resources/locales/lv/currencies.yml +2 -0
- data/resources/locales/lv/fields.yml +8 -0
- data/resources/locales/lv/languages.yml +36 -0
- data/resources/locales/lv/lists.yml +6 -6
- data/resources/locales/lv/numbers.yml +114 -0
- data/resources/locales/lv/timezones.yml +4 -0
- data/resources/locales/lv/units.yml +688 -124
- data/resources/locales/mk/calendars.yml +50 -50
- data/resources/locales/mk/fields.yml +2 -2
- data/resources/locales/mk/languages.yml +32 -0
- data/resources/locales/mk/lists.yml +5 -5
- data/resources/locales/mk/numbers.yml +114 -0
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +48 -44
- data/resources/locales/mk/units.yml +459 -6
- data/resources/locales/mr/calendars.yml +2 -8
- data/resources/locales/mr/currencies.yml +3 -2
- data/resources/locales/mr/day_periods.yml +2 -16
- data/resources/locales/mr/fields.yml +8 -0
- data/resources/locales/mr/languages.yml +35 -0
- data/resources/locales/mr/lists.yml +5 -5
- data/resources/locales/mr/numbers.yml +115 -0
- data/resources/locales/mr/territories.yml +2 -2
- data/resources/locales/mr/timezones.yml +4 -0
- data/resources/locales/mr/units.yml +478 -119
- data/resources/locales/ms/calendars.yml +13 -13
- data/resources/locales/ms/currencies.yml +8 -2
- data/resources/locales/ms/fields.yml +4 -0
- data/resources/locales/ms/languages.yml +39 -2
- data/resources/locales/ms/lists.yml +4 -4
- data/resources/locales/ms/numbers.yml +126 -6
- data/resources/locales/ms/territories.yml +2 -2
- data/resources/locales/ms/timezones.yml +2 -0
- data/resources/locales/ms/units.yml +148 -6
- data/resources/locales/mt/calendars.yml +10 -10
- data/resources/locales/mt/currencies.yml +2 -0
- data/resources/locales/mt/fields.yml +196 -102
- data/resources/locales/mt/numbers.yml +115 -0
- data/resources/locales/mt/plural_rules.yml +2 -1
- data/resources/locales/mt/plurals.yml +4 -3
- data/resources/locales/mt/timezones.yml +2 -0
- data/resources/locales/mt/units.yml +27 -8
- data/resources/locales/my/calendars.yml +23 -23
- data/resources/locales/my/fields.yml +32 -0
- data/resources/locales/my/languages.yml +45 -4
- data/resources/locales/my/lists.yml +6 -6
- data/resources/locales/my/numbers.yml +151 -36
- data/resources/locales/my/timezones.yml +36 -32
- data/resources/locales/my/units.yml +304 -14
- data/resources/locales/nb/calendars.yml +10 -10
- data/resources/locales/nb/languages.yml +33 -2
- data/resources/locales/nb/lists.yml +6 -6
- data/resources/locales/nb/numbers.yml +114 -0
- data/resources/locales/nb/timezones.yml +5 -1
- data/resources/locales/nb/units.yml +532 -231
- data/resources/locales/nl/calendars.yml +22 -22
- data/resources/locales/nl/currencies.yml +15 -6
- data/resources/locales/nl/fields.yml +7 -7
- data/resources/locales/nl/languages.yml +33 -0
- data/resources/locales/nl/lists.yml +6 -6
- data/resources/locales/nl/numbers.yml +195 -6
- data/resources/locales/nl/rbnf.yml +1 -1
- data/resources/locales/nl/timezones.yml +2 -0
- data/resources/locales/nl/units.yml +163 -15
- data/resources/locales/nl-BE/calendars.yml +22 -22
- data/resources/locales/nl-BE/currencies.yml +15 -6
- data/resources/locales/nl-BE/fields.yml +7 -7
- data/resources/locales/nl-BE/languages.yml +33 -0
- data/resources/locales/nl-BE/lists.yml +6 -6
- data/resources/locales/nl-BE/numbers.yml +195 -6
- data/resources/locales/nl-BE/timezones.yml +2 -0
- data/resources/locales/nl-BE/units.yml +163 -15
- data/resources/locales/pl/calendars.yml +7 -7
- data/resources/locales/pl/fields.yml +3 -0
- data/resources/locales/pl/languages.yml +32 -0
- data/resources/locales/pl/lists.yml +4 -4
- data/resources/locales/pl/numbers.yml +114 -0
- data/resources/locales/pl/timezones.yml +2 -0
- data/resources/locales/pl/units.yml +1420 -309
- data/resources/locales/pt/calendars.yml +13 -13
- data/resources/locales/pt/fields.yml +6 -0
- data/resources/locales/pt/languages.yml +35 -1
- data/resources/locales/pt/lists.yml +4 -4
- data/resources/locales/pt/numbers.yml +114 -0
- data/resources/locales/pt/rbnf.yml +1 -1
- data/resources/locales/pt/timezones.yml +2 -0
- data/resources/locales/pt/units.yml +599 -15
- data/resources/locales/pt-PT/calendars.yml +10 -10
- data/resources/locales/pt-PT/languages.yml +37 -3
- data/resources/locales/pt-PT/lists.yml +4 -4
- data/resources/locales/pt-PT/numbers.yml +114 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -2
- data/resources/locales/pt-PT/plurals.yml +3 -3
- data/resources/locales/pt-PT/territories.yml +1 -1
- data/resources/locales/pt-PT/timezones.yml +2 -0
- data/resources/locales/pt-PT/units.yml +420 -7
- data/resources/locales/ro/calendars.yml +10 -10
- data/resources/locales/ro/currencies.yml +22 -22
- data/resources/locales/ro/languages.yml +33 -0
- data/resources/locales/ro/lists.yml +4 -4
- data/resources/locales/ro/numbers.yml +114 -0
- data/resources/locales/ro/plural_rules.yml +1 -1
- data/resources/locales/ro/plurals.yml +3 -3
- data/resources/locales/ro/timezones.yml +2 -0
- data/resources/locales/ro/units.yml +580 -124
- data/resources/locales/ru/calendars.yml +23 -23
- data/resources/locales/ru/languages.yml +34 -1
- data/resources/locales/ru/lists.yml +4 -4
- data/resources/locales/ru/numbers.yml +114 -0
- data/resources/locales/ru/rbnf.yml +240 -12
- data/resources/locales/ru/territories.yml +7 -7
- data/resources/locales/ru/timezones.yml +4 -0
- data/resources/locales/ru/units.yml +858 -251
- data/resources/locales/sk/calendars.yml +9 -9
- data/resources/locales/sk/currencies.yml +7 -7
- data/resources/locales/sk/fields.yml +8 -0
- data/resources/locales/sk/languages.yml +34 -0
- data/resources/locales/sk/lists.yml +6 -6
- data/resources/locales/sk/numbers.yml +114 -0
- data/resources/locales/sk/timezones.yml +2 -0
- data/resources/locales/sk/units.yml +812 -330
- data/resources/locales/sl/calendars.yml +9 -9
- data/resources/locales/sl/languages.yml +36 -0
- data/resources/locales/sl/lists.yml +6 -6
- data/resources/locales/sl/numbers.yml +114 -0
- data/resources/locales/sl/timezones.yml +4 -2
- data/resources/locales/sl/units.yml +967 -243
- data/resources/locales/sq/calendars.yml +11 -11
- data/resources/locales/sq/currencies.yml +1 -1
- data/resources/locales/sq/fields.yml +20 -0
- data/resources/locales/sq/languages.yml +41 -0
- data/resources/locales/sq/lists.yml +6 -6
- data/resources/locales/sq/numbers.yml +114 -0
- data/resources/locales/sq/timezones.yml +4 -0
- data/resources/locales/sq/units.yml +461 -6
- data/resources/locales/sr/calendars.yml +16 -16
- data/resources/locales/sr/fields.yml +6 -0
- data/resources/locales/sr/languages.yml +37 -0
- data/resources/locales/sr/lists.yml +6 -6
- data/resources/locales/sr/numbers.yml +114 -0
- data/resources/locales/sr/timezones.yml +4 -0
- data/resources/locales/sr/units.yml +676 -68
- data/resources/locales/sr-Cyrl-ME/calendars.yml +18 -18
- data/resources/locales/sr-Cyrl-ME/fields.yml +6 -0
- data/resources/locales/sr-Cyrl-ME/languages.yml +37 -0
- data/resources/locales/sr-Cyrl-ME/lists.yml +6 -6
- data/resources/locales/sr-Cyrl-ME/numbers.yml +114 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +4 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +676 -68
- data/resources/locales/sr-Latn-ME/calendars.yml +18 -18
- data/resources/locales/sr-Latn-ME/currencies.yml +1197 -1197
- data/resources/locales/sr-Latn-ME/fields.yml +432 -426
- data/resources/locales/sr-Latn-ME/languages.yml +531 -494
- data/resources/locales/sr-Latn-ME/lists.yml +6 -6
- data/resources/locales/sr-Latn-ME/numbers.yml +114 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +4 -0
- data/resources/locales/sr-Latn-ME/units.yml +677 -69
- data/resources/locales/sv/calendars.yml +11 -11
- data/resources/locales/sv/currencies.yml +9 -7
- data/resources/locales/sv/fields.yml +5 -1
- data/resources/locales/sv/languages.yml +32 -0
- data/resources/locales/sv/lists.yml +4 -4
- data/resources/locales/sv/numbers.yml +122 -3
- data/resources/locales/sv/territories.yml +1 -1
- data/resources/locales/sv/timezones.yml +2 -0
- data/resources/locales/sv/units.yml +724 -328
- data/resources/locales/sw/calendars.yml +11 -11
- data/resources/locales/sw/fields.yml +24 -0
- data/resources/locales/sw/languages.yml +41 -0
- data/resources/locales/sw/lists.yml +2 -2
- data/resources/locales/sw/numbers.yml +114 -0
- data/resources/locales/sw/timezones.yml +2 -0
- data/resources/locales/sw/units.yml +423 -17
- data/resources/locales/ta/calendars.yml +1 -1
- data/resources/locales/ta/languages.yml +38 -2
- data/resources/locales/ta/lists.yml +4 -4
- data/resources/locales/ta/numbers.yml +117 -2
- data/resources/locales/ta/territories.yml +2 -2
- data/resources/locales/ta/timezones.yml +4 -0
- data/resources/locales/ta/units.yml +173 -148
- data/resources/locales/th/calendars.yml +9 -9
- data/resources/locales/th/currencies.yml +1 -0
- data/resources/locales/th/fields.yml +1 -0
- data/resources/locales/th/languages.yml +50 -19
- data/resources/locales/th/lists.yml +6 -6
- data/resources/locales/th/numbers.yml +114 -0
- data/resources/locales/th/timezones.yml +5 -1
- data/resources/locales/th/units.yml +25 -7
- data/resources/locales/tr/calendars.yml +9 -9
- data/resources/locales/tr/fields.yml +8 -0
- data/resources/locales/tr/languages.yml +36 -5
- data/resources/locales/tr/lists.yml +4 -4
- data/resources/locales/tr/numbers.yml +214 -20
- data/resources/locales/tr/timezones.yml +2 -0
- data/resources/locales/tr/units.yml +191 -13
- data/resources/locales/uk/calendars.yml +22 -21
- data/resources/locales/uk/fields.yml +18 -18
- data/resources/locales/uk/languages.yml +42 -11
- data/resources/locales/uk/lists.yml +8 -8
- data/resources/locales/uk/numbers.yml +114 -0
- data/resources/locales/uk/rbnf.yml +12 -0
- data/resources/locales/uk/territories.yml +1 -1
- data/resources/locales/uk/timezones.yml +9 -5
- data/resources/locales/uk/units.yml +742 -359
- data/resources/locales/ur/calendars.yml +4 -4
- data/resources/locales/ur/languages.yml +42 -0
- data/resources/locales/ur/lists.yml +10 -10
- data/resources/locales/ur/numbers.yml +115 -1
- data/resources/locales/ur/territories.yml +1 -1
- data/resources/locales/ur/timezones.yml +5 -1
- data/resources/locales/ur/units.yml +397 -10
- data/resources/locales/vi/calendars.yml +12 -12
- data/resources/locales/vi/currencies.yml +2 -0
- data/resources/locales/vi/fields.yml +3 -0
- data/resources/locales/vi/languages.yml +34 -0
- data/resources/locales/vi/lists.yml +4 -4
- data/resources/locales/vi/numbers.yml +114 -0
- data/resources/locales/vi/timezones.yml +2 -0
- data/resources/locales/vi/units.yml +348 -10
- data/resources/locales/xh/calendars.yml +101 -101
- data/resources/locales/xh/currencies.yml +664 -82
- data/resources/locales/xh/fields.yml +107 -0
- data/resources/locales/xh/languages.yml +38 -2
- data/resources/locales/xh/numbers.yml +114 -0
- data/resources/locales/xh/territories.yml +264 -2
- data/resources/locales/xh/timezones.yml +1393 -6
- data/resources/locales/xh/units.yml +4 -2
- data/resources/locales/zh/currencies.yml +37 -10
- data/resources/locales/zh/languages.yml +38 -3
- data/resources/locales/zh/lists.yml +12 -12
- data/resources/locales/zh/numbers.yml +117 -0
- data/resources/locales/zh/timezones.yml +7 -3
- data/resources/locales/zh/units.yml +227 -57
- data/resources/locales/zh-Hant/currencies.yml +27 -9
- data/resources/locales/zh-Hant/languages.yml +47 -1
- data/resources/locales/zh-Hant/lists.yml +12 -12
- data/resources/locales/zh-Hant/numbers.yml +115 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -0
- data/resources/locales/zh-Hant/units.yml +44 -8
- data/resources/locales/zu/calendars.yml +7 -7
- data/resources/locales/zu/currencies.yml +1 -0
- data/resources/locales/zu/fields.yml +53 -0
- data/resources/locales/zu/languages.yml +39 -0
- data/resources/locales/zu/numbers.yml +148 -10
- data/resources/locales/zu/timezones.yml +2 -0
- data/resources/locales/zu/units.yml +647 -6
- data/resources/shared/aliases.yml +4 -0
- data/resources/shared/bcp47_timezone_metadata.yml +5 -1
- data/resources/shared/currency_digits_and_rounding.yml +3 -0
- data/resources/shared/hyphenation/ca.yml +1 -1
- data/resources/shared/hyphenation/de-AT.yml +1 -1
- data/resources/shared/hyphenation/de-CH.yml +1 -1
- data/resources/shared/hyphenation/de-DE.yml +1 -1
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/mn-MN.yml +1 -1
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/likely_subtags.yml +6180 -11
- data/resources/shared/metazones.yml +29 -20
- data/resources/shared/numbering_systems.yml +6 -0
- data/resources/shared/parent_locales.yml +13 -5
- data/resources/shared/postal_codes.yml +160 -125
- data/resources/shared/rbnf_root.yml +6 -0
- data/resources/shared/segments/dictionaries/cjdict.dump +0 -0
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/dictionaries/thaidict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +719 -711
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +535 -527
- data/resources/shared/segments/rules/fi/word.yml +591 -0
- data/resources/shared/segments/rules/ja/line.yml +509 -500
- data/resources/shared/segments/rules/ja/word.yml +535 -527
- data/resources/shared/segments/rules/root/grapheme.yml +376 -370
- data/resources/shared/segments/rules/root/line.yml +509 -500
- data/resources/shared/segments/rules/root/sentence.yml +719 -711
- data/resources/shared/segments/rules/root/word.yml +535 -527
- data/resources/shared/segments/rules/sv/word.yml +591 -0
- data/resources/shared/segments/rules/zh/line.yml +509 -500
- data/resources/shared/segments/rules/zh-Hant/line.yml +509 -500
- data/resources/shared/segments/tests/icu_grapheme_break_test_results.yml +1717 -0
- data/resources/shared/segments/tests/icu_line_break_test_results.yml +20284 -0
- data/resources/shared/segments/tests/icu_sentence_break_test_results.yml +1134 -0
- data/resources/shared/segments/tests/icu_word_break_test_results.yml +6275 -0
- data/resources/shared/territories_containment.yml +1 -0
- data/resources/shared/timezone_regions.yml +15 -6
- data/resources/shared/transforms/Arabic-Latin.yml +42 -0
- data/resources/shared/transforms/Cyrillic-Latin.yml +23 -4
- data/resources/shared/transforms/Devanagari-InterIndic.yml +1 -0
- data/resources/shared/transforms/Devanagari-Latin.yml +1 -1
- data/resources/shared/transforms/Greek-Latin.yml +2 -1
- data/resources/shared/transforms/Han-Latin.yml +9 -9
- data/resources/shared/transforms/Han-Spacedhan.yml +18 -1
- data/resources/shared/transforms/Hebrew-Latin.yml +5 -2
- data/resources/shared/transforms/InterIndic-Latin.yml +4 -1
- data/resources/shared/transforms/Japn-Latn.yml +4132 -0
- data/resources/shared/transforms/Khmer-Latin.yml +211 -0
- data/resources/shared/transforms/Lao-Latin.yml +90 -0
- data/resources/shared/transforms/Latin-Armenian.yml +4 -0
- data/resources/shared/transforms/Latin-Ethiopic.yml +3 -3
- data/resources/shared/transforms/Malayalam-InterIndic.yml +5 -0
- data/resources/shared/transforms/Malayalam-Latin.yml +1 -1
- data/resources/shared/transforms/Myanmar-Latin.yml +1 -0
- data/resources/shared/transforms/Oriya-Latin.yml +1 -1
- data/resources/shared/transforms/Simplified-Traditional.yml +20 -4
- data/resources/shared/transforms/Sinhala-Latin.yml +100 -0
- data/resources/shared/transforms/am-Ethi-t-am-brai.yml +413 -0
- data/resources/shared/transforms/am-Ethi-t-am-ethi-m0-geminate.yml +6900 -0
- data/resources/shared/transforms/am-Ethi-t-d0-morse.yml +428 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-tekie-alibekit.yml +468 -0
- data/resources/shared/transforms/byn-Ethi-t-byn-latn-m0-xaleget.yml +398 -0
- data/resources/shared/transforms/gz-Ethi-t-und-sarb.yml +85 -0
- data/resources/shared/transforms/my-t-my-d0-zawgyi.yml +40 -36
- data/resources/shared/transforms/my-t-my-s0-zawgyi.yml +2 -2
- data/resources/shared/transforms/sgw-Ethi-t-und-ethi.yml +105 -0
- data/resources/shared/transforms/transform_id_map.yml +827 -757
- data/resources/shared/transforms/und-Ethi-t-und-cyrl-m0-gutgarts.yml +497 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-aethiopi.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-alaloc.yml +466 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-beta_metsehaf.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-es3842.yml +536 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964-geminate.yml +13 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-ies-jes-1964.yml +515 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-lambdin.yml +487 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn-m0-sera.yml +575 -0
- data/resources/shared/transforms/und-Ethi-t-und-latn.yml +12 -0
- data/resources/shared/validity_data.yml +42 -10
- data/resources/unicode_data/blocks/alchemical_symbols.yml +128 -0
- data/resources/unicode_data/blocks/arabic_extended_c.yml +49 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_h.yml +33 -0
- data/resources/unicode_data/blocks/cyrillic_extended_d.yml +1009 -0
- data/resources/unicode_data/blocks/devanagari_extended_a.yml +161 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyph_format_controls.yml +464 -0
- data/resources/unicode_data/blocks/egyptian_hieroglyphs.yml +16 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/kaktovik_numerals.yml +321 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/kawi.yml +1377 -0
- data/resources/unicode_data/blocks/khojki.yml +48 -0
- data/resources/unicode_data/blocks/lao.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +96 -0
- data/resources/unicode_data/blocks/nag_mundari.yml +673 -0
- data/resources/unicode_data/blocks/small_kana_extension.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +304 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +16 -0
- data/resources/unicode_data/blocks.yml +29 -1
- data/resources/unicode_data/properties/Age/15.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/L/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/NSM/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ON/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-C/value.dump +3 -0
- data/resources/unicode_data/properties/Block/CJK Unified Ideographs Extension H/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cyrillic Extended-D/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Devanagari Extended-A/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Egyptian Hieroglyph Format Controls/value.dump +1 -1
- data/resources/unicode_data/properties/Block/Kaktovik Numerals/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Nag Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +5 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/232/value.dump +3 -3
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +3 -2
- data/resources/unicode_data/properties/Case_Ignorable/value.dump +0 -0
- data/resources/unicode_data/properties/Cased/value.dump +0 -0
- data/resources/unicode_data/properties/Diacritic/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/N/value.dump +0 -0
- data/resources/unicode_data/properties/East_Asian_Width/W/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji/value.dump +0 -0
- data/resources/unicode_data/properties/Emoji_Modifier_Base/value.dump +1 -1
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/C/f/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/l/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/m/value.dump +5 -3
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/c/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/M/n/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/N/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/S/o/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Base/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Control/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/Prepend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Cluster_Break/SpacingMark/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Grapheme_Link/value.dump +3 -2
- data/resources/unicode_data/properties/ID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/ID_Start/value.dump +0 -0
- data/resources/unicode_data/properties/Ideographic/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Bottom/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Positional_Category/Left/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Positional_Category/Right/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Positional_Category/Top/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Bindu/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Cantillation_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Preceding_Repha/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Gemination_Mark/value.dump +4 -1
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Invisible_Stacker/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Number/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Syllable_Modifier/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Visarga/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BA/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/BB/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/CJ/value.dump +5 -3
- data/resources/unicode_data/properties/Line_Break/CL/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +1 -1
- data/resources/unicode_data/properties/Line_Break/GL/value.dump +6 -3
- data/resources/unicode_data/properties/Line_Break/ID/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/NU/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/OP/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/SA/value.dump +0 -0
- data/resources/unicode_data/properties/Lowercase/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/0/value.dump +0 -0
- data/resources/unicode_data/properties/Numeric_Type/1/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +5 -3
- data/resources/unicode_data/properties/Numeric_Type/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Other_Lowercase/value.dump +9 -5
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cyrillic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Devanagari/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Egyptian_Hieroglyphs/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Han/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Hiragana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kannada/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kawi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Khojki/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Lao/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Nag_Mundari/value.dump +3 -0
- data/resources/unicode_data/properties/Sentence_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Lower/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/OLetter/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Break/STerm/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +4 -2
- data/resources/unicode_data/properties/Terminal_Punctuation/value.dump +0 -0
- data/resources/unicode_data/properties/Unified_Ideograph/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/ALetter/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Extend/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Format/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Katakana/value.dump +0 -0
- data/resources/unicode_data/properties/Word_Break/Numeric/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Continue/value.dump +0 -0
- data/resources/unicode_data/properties/XID_Start/value.dump +0 -0
- data/resources/unicode_data/property_value_aliases.yml +21 -1
- data/spec/formatters/numbers/rbnf/locales/ar/rbnf_test.yml +626 -626
- data/spec/formatters/numbers/rbnf/locales/bg/rbnf_test.yml +1619 -215
- data/spec/formatters/numbers/rbnf/locales/el/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/es/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/he/rbnf_test.yml +116 -116
- data/spec/formatters/numbers/rbnf/locales/it/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/kk/rbnf_test.yml +706 -0
- data/spec/formatters/numbers/rbnf/locales/ru/rbnf_test.yml +2899 -115
- data/spec/formatters/numbers/rbnf/locales/uk/rbnf_test.yml +116 -116
- data/spec/localized/localized_datetime_spec.rb +1 -1
- data/spec/parsers/symbol_table_spec.rb +1 -3
- data/spec/parsers/unicode_regex/character_set_spec.rb +1 -1
- data/spec/segmentation/rule_set_spec.rb +50 -54
- data/spec/shared/calendar_spec.rb +2 -2
- data/spec/shared/currencies_spec.rb +1 -1
- data/spec/shared/numbers_spec.rb +1 -1
- data/spec/shared/unit_spec.rb +10 -10
- data/spec/spec_helper.rb +0 -2
- data/spec/timezones/tests/af.yml +73 -10
- data/spec/timezones/tests/ar.yml +73 -10
- data/spec/timezones/tests/az.yml +73 -10
- data/spec/timezones/tests/be.yml +73 -10
- data/spec/timezones/tests/bg.yml +79 -16
- data/spec/timezones/tests/bn.yml +128 -69
- data/spec/timezones/tests/bo.yml +85 -22
- data/spec/timezones/tests/bs.yml +73 -10
- data/spec/timezones/tests/ca.yml +85 -22
- data/spec/timezones/tests/cs.yml +2059 -1996
- data/spec/timezones/tests/cy.yml +73 -10
- data/spec/timezones/tests/da.yml +76 -13
- data/spec/timezones/tests/de-AT.yml +1226 -1163
- data/spec/timezones/tests/de-CH.yml +1226 -1163
- data/spec/timezones/tests/de.yml +1226 -1163
- data/spec/timezones/tests/el.yml +74 -11
- data/spec/timezones/tests/en-001.yml +105 -42
- data/spec/timezones/tests/en-150.yml +105 -42
- data/spec/timezones/tests/en-AU.yml +99 -36
- data/spec/timezones/tests/en-CA.yml +152 -89
- data/spec/timezones/tests/en-GB.yml +87 -24
- data/spec/timezones/tests/en-IE.yml +105 -42
- data/spec/timezones/tests/en-IN.yml +109 -46
- data/spec/timezones/tests/en-NZ.yml +105 -42
- data/spec/timezones/tests/en-SG.yml +105 -42
- data/spec/timezones/tests/en-US.yml +90 -27
- data/spec/timezones/tests/en-ZA.yml +105 -42
- data/spec/timezones/tests/en.yml +90 -27
- data/spec/timezones/tests/eo.yml +85 -22
- data/spec/timezones/tests/es-419.yml +73 -10
- data/spec/timezones/tests/es-AR.yml +73 -10
- data/spec/timezones/tests/es-CO.yml +73 -10
- data/spec/timezones/tests/es-MX.yml +73 -10
- data/spec/timezones/tests/es-US.yml +74 -11
- data/spec/timezones/tests/es.yml +77 -14
- data/spec/timezones/tests/et.yml +73 -10
- data/spec/timezones/tests/eu.yml +74 -11
- data/spec/timezones/tests/fa.yml +73 -10
- data/spec/timezones/tests/fi.yml +73 -10
- data/spec/timezones/tests/fil.yml +266 -203
- data/spec/timezones/tests/fr-BE.yml +94 -31
- data/spec/timezones/tests/fr-CA.yml +74 -11
- data/spec/timezones/tests/fr-CH.yml +94 -31
- data/spec/timezones/tests/fr.yml +94 -31
- data/spec/timezones/tests/ga.yml +73 -10
- data/spec/timezones/tests/gl.yml +2198 -2135
- data/spec/timezones/tests/gu.yml +82 -19
- data/spec/timezones/tests/he.yml +91 -28
- data/spec/timezones/tests/hi.yml +88 -25
- data/spec/timezones/tests/hr.yml +95 -32
- data/spec/timezones/tests/hu.yml +73 -10
- data/spec/timezones/tests/hy.yml +73 -10
- data/spec/timezones/tests/id.yml +74 -11
- data/spec/timezones/tests/is.yml +76 -13
- data/spec/timezones/tests/it-CH.yml +89 -26
- data/spec/timezones/tests/it.yml +89 -26
- data/spec/timezones/tests/ja.yml +74 -11
- data/spec/timezones/tests/ka.yml +73 -10
- data/spec/timezones/tests/kk.yml +161 -98
- data/spec/timezones/tests/km.yml +73 -10
- data/spec/timezones/tests/kn.yml +77 -14
- data/spec/timezones/tests/ko.yml +84 -21
- data/spec/timezones/tests/lo.yml +73 -10
- data/spec/timezones/tests/lt.yml +73 -10
- data/spec/timezones/tests/lv.yml +73 -10
- data/spec/timezones/tests/mk.yml +134 -71
- data/spec/timezones/tests/mr.yml +84 -21
- data/spec/timezones/tests/ms.yml +84 -21
- data/spec/timezones/tests/mt.yml +72 -9
- data/spec/timezones/tests/my.yml +300 -237
- data/spec/timezones/tests/nb.yml +75 -12
- data/spec/timezones/tests/nl-BE.yml +74 -11
- data/spec/timezones/tests/nl.yml +74 -11
- data/spec/timezones/tests/pl.yml +73 -10
- data/spec/timezones/tests/pt-PT.yml +75 -12
- data/spec/timezones/tests/pt.yml +73 -10
- data/spec/timezones/tests/ro.yml +73 -10
- data/spec/timezones/tests/ru.yml +87 -24
- data/spec/timezones/tests/sk.yml +73 -10
- data/spec/timezones/tests/sl.yml +76 -13
- data/spec/timezones/tests/sq.yml +73 -10
- data/spec/timezones/tests/sr-Cyrl-ME.yml +2263 -2200
- data/spec/timezones/tests/sr-Latn-ME.yml +73 -10
- data/spec/timezones/tests/sr.yml +73 -10
- data/spec/timezones/tests/sv.yml +75 -12
- data/spec/timezones/tests/sw.yml +73 -10
- data/spec/timezones/tests/ta.yml +84 -21
- data/spec/timezones/tests/th.yml +76 -13
- data/spec/timezones/tests/tr.yml +73 -10
- data/spec/timezones/tests/uk.yml +80 -17
- data/spec/timezones/tests/ur.yml +88 -25
- data/spec/timezones/tests/vi.yml +74 -11
- data/spec/timezones/tests/xh.yml +2297 -2234
- data/spec/timezones/tests/zh-Hant.yml +74 -11
- data/spec/timezones/tests/zh.yml +82 -19
- data/spec/timezones/tests/zu.yml +73 -10
- data/spec/timezones/timezone_spec.rb +3 -0
- data/spec/transforms/test_data.yml +568 -562
- data/twitter_cldr.gemspec +24 -12
- metadata +74 -18
- data/lib/twitter_cldr/segmentation/line_iterator.rb +0 -23
@@ -1620,7 +1620,7 @@ America/Bahia_Banderas:
|
|
1620
1620
|
:offset: -21600000
|
1621
1621
|
:LOCALIZED_GMT: GMT-06:00
|
1622
1622
|
:LOCALIZED_GMT_SHORT: GMT-6
|
1623
|
-
:GENERIC_LOCATION:
|
1623
|
+
:GENERIC_LOCATION: Bahía de Banderas Time
|
1624
1624
|
:GENERIC_LONG: Central Time
|
1625
1625
|
:GENERIC_SHORT: CT
|
1626
1626
|
:SPECIFIC_LONG: Central Standard Time
|
@@ -1636,7 +1636,7 @@ America/Bahia_Banderas:
|
|
1636
1636
|
:ISO_EXTENDED_FULL: "-06:00"
|
1637
1637
|
:ISO_EXTENDED_LOCAL_FULL: "-06:00"
|
1638
1638
|
:ZONE_ID_SHORT: mxpvr
|
1639
|
-
:EXEMPLAR_LOCATION:
|
1639
|
+
:EXEMPLAR_LOCATION: Bahía de Banderas
|
1640
1640
|
America/Barbados:
|
1641
1641
|
:offset: -14400000
|
1642
1642
|
:LOCALIZED_GMT: GMT-04:00
|
@@ -1851,7 +1851,7 @@ America/Cancun:
|
|
1851
1851
|
:offset: -18000000
|
1852
1852
|
:LOCALIZED_GMT: GMT-05:00
|
1853
1853
|
:LOCALIZED_GMT_SHORT: GMT-5
|
1854
|
-
:GENERIC_LOCATION:
|
1854
|
+
:GENERIC_LOCATION: Cancún Time
|
1855
1855
|
:GENERIC_LONG: Eastern Standard Time
|
1856
1856
|
:GENERIC_SHORT: EST
|
1857
1857
|
:SPECIFIC_LONG: Eastern Standard Time
|
@@ -1867,7 +1867,7 @@ America/Cancun:
|
|
1867
1867
|
:ISO_EXTENDED_FULL: "-05:00"
|
1868
1868
|
:ISO_EXTENDED_LOCAL_FULL: "-05:00"
|
1869
1869
|
:ZONE_ID_SHORT: mxcun
|
1870
|
-
:EXEMPLAR_LOCATION:
|
1870
|
+
:EXEMPLAR_LOCATION: Cancún
|
1871
1871
|
America/Caracas:
|
1872
1872
|
:offset: -14400000
|
1873
1873
|
:LOCALIZED_GMT: GMT-04:00
|
@@ -1974,7 +1974,7 @@ America/Chicago:
|
|
1974
1974
|
:ZONE_ID_SHORT: uschi
|
1975
1975
|
:EXEMPLAR_LOCATION: Chicago
|
1976
1976
|
America/Chihuahua:
|
1977
|
-
:offset: -
|
1977
|
+
:offset: -21600000
|
1978
1978
|
:LOCALIZED_GMT: GMT-07:00
|
1979
1979
|
:LOCALIZED_GMT_SHORT: GMT-7
|
1980
1980
|
:GENERIC_LOCATION: Chihuahua Time
|
@@ -1994,6 +1994,27 @@ America/Chihuahua:
|
|
1994
1994
|
:ISO_EXTENDED_LOCAL_FULL: "-07:00"
|
1995
1995
|
:ZONE_ID_SHORT: mxchi
|
1996
1996
|
:EXEMPLAR_LOCATION: Chihuahua
|
1997
|
+
America/Ciudad_Juarez:
|
1998
|
+
:offset: -25200000
|
1999
|
+
:LOCALIZED_GMT: GMT-07:00
|
2000
|
+
:LOCALIZED_GMT_SHORT: GMT-7
|
2001
|
+
:GENERIC_LOCATION: Ciudad Juárez Time
|
2002
|
+
:GENERIC_LONG: Mexican Pacific Time
|
2003
|
+
:GENERIC_SHORT: Ciudad Juárez Time
|
2004
|
+
:SPECIFIC_LONG: Mexican Pacific Standard Time
|
2005
|
+
:SPECIFIC_SHORT: GMT-7
|
2006
|
+
:ISO_BASIC_SHORT: "-07"
|
2007
|
+
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2008
|
+
:ISO_BASIC_FIXED: "-0700"
|
2009
|
+
:ISO_BASIC_LOCAL_FIXED: "-0700"
|
2010
|
+
:ISO_BASIC_FULL: "-0700"
|
2011
|
+
:ISO_BASIC_LOCAL_FULL: "-0700"
|
2012
|
+
:ISO_EXTENDED_FIXED: "-07:00"
|
2013
|
+
:ISO_EXTENDED_LOCAL_FIXED: "-07:00"
|
2014
|
+
:ISO_EXTENDED_FULL: "-07:00"
|
2015
|
+
:ISO_EXTENDED_LOCAL_FULL: "-07:00"
|
2016
|
+
:ZONE_ID_SHORT: mxcjs
|
2017
|
+
:EXEMPLAR_LOCATION: Ciudad Juárez
|
1997
2018
|
America/Coral_Harbour:
|
1998
2019
|
:offset: -18000000
|
1999
2020
|
:LOCALIZED_GMT: GMT-05:00
|
@@ -3321,7 +3342,7 @@ America/Merida:
|
|
3321
3342
|
:offset: -21600000
|
3322
3343
|
:LOCALIZED_GMT: GMT-06:00
|
3323
3344
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3324
|
-
:GENERIC_LOCATION:
|
3345
|
+
:GENERIC_LOCATION: Mérida Time
|
3325
3346
|
:GENERIC_LONG: Central Time
|
3326
3347
|
:GENERIC_SHORT: CT
|
3327
3348
|
:SPECIFIC_LONG: Central Standard Time
|
@@ -3337,7 +3358,7 @@ America/Merida:
|
|
3337
3358
|
:ISO_EXTENDED_FULL: "-06:00"
|
3338
3359
|
:ISO_EXTENDED_LOCAL_FULL: "-06:00"
|
3339
3360
|
:ZONE_ID_SHORT: mxmid
|
3340
|
-
:EXEMPLAR_LOCATION:
|
3361
|
+
:EXEMPLAR_LOCATION: Mérida
|
3341
3362
|
America/Metlakatla:
|
3342
3363
|
:offset: -32400000
|
3343
3364
|
:LOCALIZED_GMT: GMT-09:00
|
@@ -3468,11 +3489,11 @@ America/Montreal:
|
|
3468
3489
|
:offset: -18000000
|
3469
3490
|
:LOCALIZED_GMT: GMT-05:00
|
3470
3491
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3471
|
-
:GENERIC_LOCATION:
|
3472
|
-
:GENERIC_LONG:
|
3473
|
-
:GENERIC_SHORT:
|
3474
|
-
:SPECIFIC_LONG:
|
3475
|
-
:SPECIFIC_SHORT:
|
3492
|
+
:GENERIC_LOCATION: Toronto Time
|
3493
|
+
:GENERIC_LONG: Eastern Time
|
3494
|
+
:GENERIC_SHORT: ET
|
3495
|
+
:SPECIFIC_LONG: Eastern Standard Time
|
3496
|
+
:SPECIFIC_SHORT: EST
|
3476
3497
|
:ISO_BASIC_SHORT: "-05"
|
3477
3498
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3478
3499
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3483,8 +3504,8 @@ America/Montreal:
|
|
3483
3504
|
:ISO_EXTENDED_LOCAL_FIXED: "-05:00"
|
3484
3505
|
:ISO_EXTENDED_FULL: "-05:00"
|
3485
3506
|
:ISO_EXTENDED_LOCAL_FULL: "-05:00"
|
3486
|
-
:ZONE_ID_SHORT:
|
3487
|
-
:EXEMPLAR_LOCATION:
|
3507
|
+
:ZONE_ID_SHORT: cator
|
3508
|
+
:EXEMPLAR_LOCATION: Toronto
|
3488
3509
|
America/Montserrat:
|
3489
3510
|
:offset: -14400000
|
3490
3511
|
:LOCALIZED_GMT: GMT-04:00
|
@@ -3696,7 +3717,7 @@ America/Nuuk:
|
|
3696
3717
|
:ZONE_ID_SHORT: glgoh
|
3697
3718
|
:EXEMPLAR_LOCATION: Nuuk
|
3698
3719
|
America/Ojinaga:
|
3699
|
-
:offset: -
|
3720
|
+
:offset: -21600000
|
3700
3721
|
:LOCALIZED_GMT: GMT-07:00
|
3701
3722
|
:LOCALIZED_GMT_SHORT: GMT-7
|
3702
3723
|
:GENERIC_LOCATION: Ojinaga Time
|
@@ -4329,7 +4350,7 @@ America/St_Thomas:
|
|
4329
4350
|
:offset: -14400000
|
4330
4351
|
:LOCALIZED_GMT: GMT-04:00
|
4331
4352
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4332
|
-
:GENERIC_LOCATION:
|
4353
|
+
:GENERIC_LOCATION: US Virgin Islands Time
|
4333
4354
|
:GENERIC_LONG: Atlantic Standard Time
|
4334
4355
|
:GENERIC_SHORT: AST
|
4335
4356
|
:SPECIFIC_LONG: Atlantic Standard Time
|
@@ -4539,7 +4560,7 @@ America/Virgin:
|
|
4539
4560
|
:offset: -14400000
|
4540
4561
|
:LOCALIZED_GMT: GMT-04:00
|
4541
4562
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4542
|
-
:GENERIC_LOCATION:
|
4563
|
+
:GENERIC_LOCATION: US Virgin Islands Time
|
4543
4564
|
:GENERIC_LONG: Atlantic Standard Time
|
4544
4565
|
:GENERIC_SHORT: AST
|
4545
4566
|
:SPECIFIC_LONG: Atlantic Standard Time
|
@@ -4956,7 +4977,7 @@ Asia/Almaty:
|
|
4956
4977
|
:ZONE_ID_SHORT: kzala
|
4957
4978
|
:EXEMPLAR_LOCATION: Almaty
|
4958
4979
|
Asia/Amman:
|
4959
|
-
:offset:
|
4980
|
+
:offset: 10800000
|
4960
4981
|
:LOCALIZED_GMT: GMT+02:00
|
4961
4982
|
:LOCALIZED_GMT_SHORT: GMT+2
|
4962
4983
|
:GENERIC_LOCATION: Jordan Time
|
@@ -5418,7 +5439,7 @@ Asia/Dacca:
|
|
5418
5439
|
:ZONE_ID_SHORT: bddac
|
5419
5440
|
:EXEMPLAR_LOCATION: Dhaka
|
5420
5441
|
Asia/Damascus:
|
5421
|
-
:offset:
|
5442
|
+
:offset: 10800000
|
5422
5443
|
:LOCALIZED_GMT: GMT+02:00
|
5423
5444
|
:LOCALIZED_GMT_SHORT: GMT+2
|
5424
5445
|
:GENERIC_LOCATION: Syria Time
|
@@ -5486,9 +5507,9 @@ Asia/Dubai:
|
|
5486
5507
|
:LOCALIZED_GMT_SHORT: GMT+4
|
5487
5508
|
:GENERIC_LOCATION: United Arab Emirates Time
|
5488
5509
|
:GENERIC_LONG: Gulf Standard Time
|
5489
|
-
:GENERIC_SHORT:
|
5510
|
+
:GENERIC_SHORT: N/A
|
5490
5511
|
:SPECIFIC_LONG: Gulf Standard Time
|
5491
|
-
:SPECIFIC_SHORT:
|
5512
|
+
:SPECIFIC_SHORT: N/A
|
5492
5513
|
:ISO_BASIC_SHORT: "+04"
|
5493
5514
|
:ISO_BASIC_LOCAL_SHORT: "+04"
|
5494
5515
|
:ISO_BASIC_FIXED: "+0400"
|
@@ -5694,9 +5715,9 @@ Asia/Istanbul:
|
|
5694
5715
|
:offset: 10800000
|
5695
5716
|
:LOCALIZED_GMT: GMT+03:00
|
5696
5717
|
:LOCALIZED_GMT_SHORT: GMT+3
|
5697
|
-
:GENERIC_LOCATION:
|
5698
|
-
:GENERIC_LONG:
|
5699
|
-
:GENERIC_SHORT:
|
5718
|
+
:GENERIC_LOCATION: Türkiye Time
|
5719
|
+
:GENERIC_LONG: Türkiye Time
|
5720
|
+
:GENERIC_SHORT: Türkiye Time
|
5700
5721
|
:SPECIFIC_LONG: GMT+03:00
|
5701
5722
|
:SPECIFIC_SHORT: GMT+3
|
5702
5723
|
:ISO_BASIC_SHORT: "+03"
|
@@ -6137,9 +6158,9 @@ Asia/Muscat:
|
|
6137
6158
|
:LOCALIZED_GMT_SHORT: GMT+4
|
6138
6159
|
:GENERIC_LOCATION: Oman Time
|
6139
6160
|
:GENERIC_LONG: Gulf Standard Time
|
6140
|
-
:GENERIC_SHORT:
|
6161
|
+
:GENERIC_SHORT: N/A
|
6141
6162
|
:SPECIFIC_LONG: Gulf Standard Time
|
6142
|
-
:SPECIFIC_SHORT:
|
6163
|
+
:SPECIFIC_SHORT: N/A
|
6143
6164
|
:ISO_BASIC_SHORT: "+04"
|
6144
6165
|
:ISO_BASIC_LOCAL_SHORT: "+04"
|
6145
6166
|
:ISO_BASIC_FIXED: "+0400"
|
@@ -7831,7 +7852,7 @@ CET:
|
|
7831
7852
|
:ISO_EXTENDED_FULL: "+01:00"
|
7832
7853
|
:ISO_EXTENDED_LOCAL_FULL: "+01:00"
|
7833
7854
|
:ZONE_ID_SHORT: unk
|
7834
|
-
:EXEMPLAR_LOCATION:
|
7855
|
+
:EXEMPLAR_LOCATION: unknown city
|
7835
7856
|
CST6CDT:
|
7836
7857
|
:offset: -21600000
|
7837
7858
|
:LOCALIZED_GMT: GMT-06:00
|
@@ -7852,7 +7873,7 @@ CST6CDT:
|
|
7852
7873
|
:ISO_EXTENDED_FULL: "-06:00"
|
7853
7874
|
:ISO_EXTENDED_LOCAL_FULL: "-06:00"
|
7854
7875
|
:ZONE_ID_SHORT: cst6cdt
|
7855
|
-
:EXEMPLAR_LOCATION:
|
7876
|
+
:EXEMPLAR_LOCATION: unknown city
|
7856
7877
|
Canada/Atlantic:
|
7857
7878
|
:offset: -14400000
|
7858
7879
|
:LOCALIZED_GMT: GMT-04:00
|
@@ -8104,7 +8125,7 @@ EET:
|
|
8104
8125
|
:ISO_EXTENDED_FULL: "+02:00"
|
8105
8126
|
:ISO_EXTENDED_LOCAL_FULL: "+02:00"
|
8106
8127
|
:ZONE_ID_SHORT: unk
|
8107
|
-
:EXEMPLAR_LOCATION:
|
8128
|
+
:EXEMPLAR_LOCATION: unknown city
|
8108
8129
|
EST:
|
8109
8130
|
:offset: -18000000
|
8110
8131
|
:LOCALIZED_GMT: GMT-05:00
|
@@ -8125,7 +8146,7 @@ EST:
|
|
8125
8146
|
:ISO_EXTENDED_FULL: "-05:00"
|
8126
8147
|
:ISO_EXTENDED_LOCAL_FULL: "-05:00"
|
8127
8148
|
:ZONE_ID_SHORT: utcw05
|
8128
|
-
:EXEMPLAR_LOCATION:
|
8149
|
+
:EXEMPLAR_LOCATION: unknown city
|
8129
8150
|
EST5EDT:
|
8130
8151
|
:offset: -18000000
|
8131
8152
|
:LOCALIZED_GMT: GMT-05:00
|
@@ -8146,7 +8167,7 @@ EST5EDT:
|
|
8146
8167
|
:ISO_EXTENDED_FULL: "-05:00"
|
8147
8168
|
:ISO_EXTENDED_LOCAL_FULL: "-05:00"
|
8148
8169
|
:ZONE_ID_SHORT: est5edt
|
8149
|
-
:EXEMPLAR_LOCATION:
|
8170
|
+
:EXEMPLAR_LOCATION: unknown city
|
8150
8171
|
Egypt:
|
8151
8172
|
:offset: 7200000
|
8152
8173
|
:LOCALIZED_GMT: GMT+02:00
|
@@ -8209,7 +8230,7 @@ Etc/GMT:
|
|
8209
8230
|
:ISO_EXTENDED_FULL: Z
|
8210
8231
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8211
8232
|
:ZONE_ID_SHORT: gmt
|
8212
|
-
:EXEMPLAR_LOCATION:
|
8233
|
+
:EXEMPLAR_LOCATION: unknown city
|
8213
8234
|
Etc/GMT+0:
|
8214
8235
|
:offset: 0
|
8215
8236
|
:LOCALIZED_GMT: GMT
|
@@ -8230,7 +8251,7 @@ Etc/GMT+0:
|
|
8230
8251
|
:ISO_EXTENDED_FULL: Z
|
8231
8252
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8232
8253
|
:ZONE_ID_SHORT: gmt
|
8233
|
-
:EXEMPLAR_LOCATION:
|
8254
|
+
:EXEMPLAR_LOCATION: unknown city
|
8234
8255
|
Etc/GMT+1:
|
8235
8256
|
:offset: -3600000
|
8236
8257
|
:LOCALIZED_GMT: GMT-01:00
|
@@ -8251,7 +8272,7 @@ Etc/GMT+1:
|
|
8251
8272
|
:ISO_EXTENDED_FULL: "-01:00"
|
8252
8273
|
:ISO_EXTENDED_LOCAL_FULL: "-01:00"
|
8253
8274
|
:ZONE_ID_SHORT: utcw01
|
8254
|
-
:EXEMPLAR_LOCATION:
|
8275
|
+
:EXEMPLAR_LOCATION: unknown city
|
8255
8276
|
Etc/GMT+10:
|
8256
8277
|
:offset: -36000000
|
8257
8278
|
:LOCALIZED_GMT: GMT-10:00
|
@@ -8272,7 +8293,7 @@ Etc/GMT+10:
|
|
8272
8293
|
:ISO_EXTENDED_FULL: "-10:00"
|
8273
8294
|
:ISO_EXTENDED_LOCAL_FULL: "-10:00"
|
8274
8295
|
:ZONE_ID_SHORT: utcw10
|
8275
|
-
:EXEMPLAR_LOCATION:
|
8296
|
+
:EXEMPLAR_LOCATION: unknown city
|
8276
8297
|
Etc/GMT+11:
|
8277
8298
|
:offset: -39600000
|
8278
8299
|
:LOCALIZED_GMT: GMT-11:00
|
@@ -8293,7 +8314,7 @@ Etc/GMT+11:
|
|
8293
8314
|
:ISO_EXTENDED_FULL: "-11:00"
|
8294
8315
|
:ISO_EXTENDED_LOCAL_FULL: "-11:00"
|
8295
8316
|
:ZONE_ID_SHORT: utcw11
|
8296
|
-
:EXEMPLAR_LOCATION:
|
8317
|
+
:EXEMPLAR_LOCATION: unknown city
|
8297
8318
|
Etc/GMT+12:
|
8298
8319
|
:offset: -43200000
|
8299
8320
|
:LOCALIZED_GMT: GMT-12:00
|
@@ -8314,7 +8335,7 @@ Etc/GMT+12:
|
|
8314
8335
|
:ISO_EXTENDED_FULL: "-12:00"
|
8315
8336
|
:ISO_EXTENDED_LOCAL_FULL: "-12:00"
|
8316
8337
|
:ZONE_ID_SHORT: utcw12
|
8317
|
-
:EXEMPLAR_LOCATION:
|
8338
|
+
:EXEMPLAR_LOCATION: unknown city
|
8318
8339
|
Etc/GMT+2:
|
8319
8340
|
:offset: -7200000
|
8320
8341
|
:LOCALIZED_GMT: GMT-02:00
|
@@ -8335,7 +8356,7 @@ Etc/GMT+2:
|
|
8335
8356
|
:ISO_EXTENDED_FULL: "-02:00"
|
8336
8357
|
:ISO_EXTENDED_LOCAL_FULL: "-02:00"
|
8337
8358
|
:ZONE_ID_SHORT: utcw02
|
8338
|
-
:EXEMPLAR_LOCATION:
|
8359
|
+
:EXEMPLAR_LOCATION: unknown city
|
8339
8360
|
Etc/GMT+3:
|
8340
8361
|
:offset: -10800000
|
8341
8362
|
:LOCALIZED_GMT: GMT-03:00
|
@@ -8356,7 +8377,7 @@ Etc/GMT+3:
|
|
8356
8377
|
:ISO_EXTENDED_FULL: "-03:00"
|
8357
8378
|
:ISO_EXTENDED_LOCAL_FULL: "-03:00"
|
8358
8379
|
:ZONE_ID_SHORT: utcw03
|
8359
|
-
:EXEMPLAR_LOCATION:
|
8380
|
+
:EXEMPLAR_LOCATION: unknown city
|
8360
8381
|
Etc/GMT+4:
|
8361
8382
|
:offset: -14400000
|
8362
8383
|
:LOCALIZED_GMT: GMT-04:00
|
@@ -8377,7 +8398,7 @@ Etc/GMT+4:
|
|
8377
8398
|
:ISO_EXTENDED_FULL: "-04:00"
|
8378
8399
|
:ISO_EXTENDED_LOCAL_FULL: "-04:00"
|
8379
8400
|
:ZONE_ID_SHORT: utcw04
|
8380
|
-
:EXEMPLAR_LOCATION:
|
8401
|
+
:EXEMPLAR_LOCATION: unknown city
|
8381
8402
|
Etc/GMT+5:
|
8382
8403
|
:offset: -18000000
|
8383
8404
|
:LOCALIZED_GMT: GMT-05:00
|
@@ -8398,7 +8419,7 @@ Etc/GMT+5:
|
|
8398
8419
|
:ISO_EXTENDED_FULL: "-05:00"
|
8399
8420
|
:ISO_EXTENDED_LOCAL_FULL: "-05:00"
|
8400
8421
|
:ZONE_ID_SHORT: utcw05
|
8401
|
-
:EXEMPLAR_LOCATION:
|
8422
|
+
:EXEMPLAR_LOCATION: unknown city
|
8402
8423
|
Etc/GMT+6:
|
8403
8424
|
:offset: -21600000
|
8404
8425
|
:LOCALIZED_GMT: GMT-06:00
|
@@ -8419,7 +8440,7 @@ Etc/GMT+6:
|
|
8419
8440
|
:ISO_EXTENDED_FULL: "-06:00"
|
8420
8441
|
:ISO_EXTENDED_LOCAL_FULL: "-06:00"
|
8421
8442
|
:ZONE_ID_SHORT: utcw06
|
8422
|
-
:EXEMPLAR_LOCATION:
|
8443
|
+
:EXEMPLAR_LOCATION: unknown city
|
8423
8444
|
Etc/GMT+7:
|
8424
8445
|
:offset: -25200000
|
8425
8446
|
:LOCALIZED_GMT: GMT-07:00
|
@@ -8440,7 +8461,7 @@ Etc/GMT+7:
|
|
8440
8461
|
:ISO_EXTENDED_FULL: "-07:00"
|
8441
8462
|
:ISO_EXTENDED_LOCAL_FULL: "-07:00"
|
8442
8463
|
:ZONE_ID_SHORT: utcw07
|
8443
|
-
:EXEMPLAR_LOCATION:
|
8464
|
+
:EXEMPLAR_LOCATION: unknown city
|
8444
8465
|
Etc/GMT+8:
|
8445
8466
|
:offset: -28800000
|
8446
8467
|
:LOCALIZED_GMT: GMT-08:00
|
@@ -8461,7 +8482,7 @@ Etc/GMT+8:
|
|
8461
8482
|
:ISO_EXTENDED_FULL: "-08:00"
|
8462
8483
|
:ISO_EXTENDED_LOCAL_FULL: "-08:00"
|
8463
8484
|
:ZONE_ID_SHORT: utcw08
|
8464
|
-
:EXEMPLAR_LOCATION:
|
8485
|
+
:EXEMPLAR_LOCATION: unknown city
|
8465
8486
|
Etc/GMT+9:
|
8466
8487
|
:offset: -32400000
|
8467
8488
|
:LOCALIZED_GMT: GMT-09:00
|
@@ -8482,7 +8503,7 @@ Etc/GMT+9:
|
|
8482
8503
|
:ISO_EXTENDED_FULL: "-09:00"
|
8483
8504
|
:ISO_EXTENDED_LOCAL_FULL: "-09:00"
|
8484
8505
|
:ZONE_ID_SHORT: utcw09
|
8485
|
-
:EXEMPLAR_LOCATION:
|
8506
|
+
:EXEMPLAR_LOCATION: unknown city
|
8486
8507
|
Etc/GMT-0:
|
8487
8508
|
:offset: 0
|
8488
8509
|
:LOCALIZED_GMT: GMT
|
@@ -8503,7 +8524,7 @@ Etc/GMT-0:
|
|
8503
8524
|
:ISO_EXTENDED_FULL: Z
|
8504
8525
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8505
8526
|
:ZONE_ID_SHORT: gmt
|
8506
|
-
:EXEMPLAR_LOCATION:
|
8527
|
+
:EXEMPLAR_LOCATION: unknown city
|
8507
8528
|
Etc/GMT-1:
|
8508
8529
|
:offset: 3600000
|
8509
8530
|
:LOCALIZED_GMT: GMT+01:00
|
@@ -8524,7 +8545,7 @@ Etc/GMT-1:
|
|
8524
8545
|
:ISO_EXTENDED_FULL: "+01:00"
|
8525
8546
|
:ISO_EXTENDED_LOCAL_FULL: "+01:00"
|
8526
8547
|
:ZONE_ID_SHORT: utce01
|
8527
|
-
:EXEMPLAR_LOCATION:
|
8548
|
+
:EXEMPLAR_LOCATION: unknown city
|
8528
8549
|
Etc/GMT-10:
|
8529
8550
|
:offset: 36000000
|
8530
8551
|
:LOCALIZED_GMT: GMT+10:00
|
@@ -8545,7 +8566,7 @@ Etc/GMT-10:
|
|
8545
8566
|
:ISO_EXTENDED_FULL: "+10:00"
|
8546
8567
|
:ISO_EXTENDED_LOCAL_FULL: "+10:00"
|
8547
8568
|
:ZONE_ID_SHORT: utce10
|
8548
|
-
:EXEMPLAR_LOCATION:
|
8569
|
+
:EXEMPLAR_LOCATION: unknown city
|
8549
8570
|
Etc/GMT-11:
|
8550
8571
|
:offset: 39600000
|
8551
8572
|
:LOCALIZED_GMT: GMT+11:00
|
@@ -8566,7 +8587,7 @@ Etc/GMT-11:
|
|
8566
8587
|
:ISO_EXTENDED_FULL: "+11:00"
|
8567
8588
|
:ISO_EXTENDED_LOCAL_FULL: "+11:00"
|
8568
8589
|
:ZONE_ID_SHORT: utce11
|
8569
|
-
:EXEMPLAR_LOCATION:
|
8590
|
+
:EXEMPLAR_LOCATION: unknown city
|
8570
8591
|
Etc/GMT-12:
|
8571
8592
|
:offset: 43200000
|
8572
8593
|
:LOCALIZED_GMT: GMT+12:00
|
@@ -8587,7 +8608,7 @@ Etc/GMT-12:
|
|
8587
8608
|
:ISO_EXTENDED_FULL: "+12:00"
|
8588
8609
|
:ISO_EXTENDED_LOCAL_FULL: "+12:00"
|
8589
8610
|
:ZONE_ID_SHORT: utce12
|
8590
|
-
:EXEMPLAR_LOCATION:
|
8611
|
+
:EXEMPLAR_LOCATION: unknown city
|
8591
8612
|
Etc/GMT-13:
|
8592
8613
|
:offset: 46800000
|
8593
8614
|
:LOCALIZED_GMT: GMT+13:00
|
@@ -8608,7 +8629,7 @@ Etc/GMT-13:
|
|
8608
8629
|
:ISO_EXTENDED_FULL: "+13:00"
|
8609
8630
|
:ISO_EXTENDED_LOCAL_FULL: "+13:00"
|
8610
8631
|
:ZONE_ID_SHORT: utce13
|
8611
|
-
:EXEMPLAR_LOCATION:
|
8632
|
+
:EXEMPLAR_LOCATION: unknown city
|
8612
8633
|
Etc/GMT-14:
|
8613
8634
|
:offset: 50400000
|
8614
8635
|
:LOCALIZED_GMT: GMT+14:00
|
@@ -8629,7 +8650,7 @@ Etc/GMT-14:
|
|
8629
8650
|
:ISO_EXTENDED_FULL: "+14:00"
|
8630
8651
|
:ISO_EXTENDED_LOCAL_FULL: "+14:00"
|
8631
8652
|
:ZONE_ID_SHORT: utce14
|
8632
|
-
:EXEMPLAR_LOCATION:
|
8653
|
+
:EXEMPLAR_LOCATION: unknown city
|
8633
8654
|
Etc/GMT-2:
|
8634
8655
|
:offset: 7200000
|
8635
8656
|
:LOCALIZED_GMT: GMT+02:00
|
@@ -8650,7 +8671,7 @@ Etc/GMT-2:
|
|
8650
8671
|
:ISO_EXTENDED_FULL: "+02:00"
|
8651
8672
|
:ISO_EXTENDED_LOCAL_FULL: "+02:00"
|
8652
8673
|
:ZONE_ID_SHORT: utce02
|
8653
|
-
:EXEMPLAR_LOCATION:
|
8674
|
+
:EXEMPLAR_LOCATION: unknown city
|
8654
8675
|
Etc/GMT-3:
|
8655
8676
|
:offset: 10800000
|
8656
8677
|
:LOCALIZED_GMT: GMT+03:00
|
@@ -8671,7 +8692,7 @@ Etc/GMT-3:
|
|
8671
8692
|
:ISO_EXTENDED_FULL: "+03:00"
|
8672
8693
|
:ISO_EXTENDED_LOCAL_FULL: "+03:00"
|
8673
8694
|
:ZONE_ID_SHORT: utce03
|
8674
|
-
:EXEMPLAR_LOCATION:
|
8695
|
+
:EXEMPLAR_LOCATION: unknown city
|
8675
8696
|
Etc/GMT-4:
|
8676
8697
|
:offset: 14400000
|
8677
8698
|
:LOCALIZED_GMT: GMT+04:00
|
@@ -8692,7 +8713,7 @@ Etc/GMT-4:
|
|
8692
8713
|
:ISO_EXTENDED_FULL: "+04:00"
|
8693
8714
|
:ISO_EXTENDED_LOCAL_FULL: "+04:00"
|
8694
8715
|
:ZONE_ID_SHORT: utce04
|
8695
|
-
:EXEMPLAR_LOCATION:
|
8716
|
+
:EXEMPLAR_LOCATION: unknown city
|
8696
8717
|
Etc/GMT-5:
|
8697
8718
|
:offset: 18000000
|
8698
8719
|
:LOCALIZED_GMT: GMT+05:00
|
@@ -8713,7 +8734,7 @@ Etc/GMT-5:
|
|
8713
8734
|
:ISO_EXTENDED_FULL: "+05:00"
|
8714
8735
|
:ISO_EXTENDED_LOCAL_FULL: "+05:00"
|
8715
8736
|
:ZONE_ID_SHORT: utce05
|
8716
|
-
:EXEMPLAR_LOCATION:
|
8737
|
+
:EXEMPLAR_LOCATION: unknown city
|
8717
8738
|
Etc/GMT-6:
|
8718
8739
|
:offset: 21600000
|
8719
8740
|
:LOCALIZED_GMT: GMT+06:00
|
@@ -8734,7 +8755,7 @@ Etc/GMT-6:
|
|
8734
8755
|
:ISO_EXTENDED_FULL: "+06:00"
|
8735
8756
|
:ISO_EXTENDED_LOCAL_FULL: "+06:00"
|
8736
8757
|
:ZONE_ID_SHORT: utce06
|
8737
|
-
:EXEMPLAR_LOCATION:
|
8758
|
+
:EXEMPLAR_LOCATION: unknown city
|
8738
8759
|
Etc/GMT-7:
|
8739
8760
|
:offset: 25200000
|
8740
8761
|
:LOCALIZED_GMT: GMT+07:00
|
@@ -8755,7 +8776,7 @@ Etc/GMT-7:
|
|
8755
8776
|
:ISO_EXTENDED_FULL: "+07:00"
|
8756
8777
|
:ISO_EXTENDED_LOCAL_FULL: "+07:00"
|
8757
8778
|
:ZONE_ID_SHORT: utce07
|
8758
|
-
:EXEMPLAR_LOCATION:
|
8779
|
+
:EXEMPLAR_LOCATION: unknown city
|
8759
8780
|
Etc/GMT-8:
|
8760
8781
|
:offset: 28800000
|
8761
8782
|
:LOCALIZED_GMT: GMT+08:00
|
@@ -8776,7 +8797,7 @@ Etc/GMT-8:
|
|
8776
8797
|
:ISO_EXTENDED_FULL: "+08:00"
|
8777
8798
|
:ISO_EXTENDED_LOCAL_FULL: "+08:00"
|
8778
8799
|
:ZONE_ID_SHORT: utce08
|
8779
|
-
:EXEMPLAR_LOCATION:
|
8800
|
+
:EXEMPLAR_LOCATION: unknown city
|
8780
8801
|
Etc/GMT-9:
|
8781
8802
|
:offset: 32400000
|
8782
8803
|
:LOCALIZED_GMT: GMT+09:00
|
@@ -8797,7 +8818,7 @@ Etc/GMT-9:
|
|
8797
8818
|
:ISO_EXTENDED_FULL: "+09:00"
|
8798
8819
|
:ISO_EXTENDED_LOCAL_FULL: "+09:00"
|
8799
8820
|
:ZONE_ID_SHORT: utce09
|
8800
|
-
:EXEMPLAR_LOCATION:
|
8821
|
+
:EXEMPLAR_LOCATION: unknown city
|
8801
8822
|
Etc/GMT0:
|
8802
8823
|
:offset: 0
|
8803
8824
|
:LOCALIZED_GMT: GMT
|
@@ -8818,7 +8839,7 @@ Etc/GMT0:
|
|
8818
8839
|
:ISO_EXTENDED_FULL: Z
|
8819
8840
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8820
8841
|
:ZONE_ID_SHORT: gmt
|
8821
|
-
:EXEMPLAR_LOCATION:
|
8842
|
+
:EXEMPLAR_LOCATION: unknown city
|
8822
8843
|
Etc/Greenwich:
|
8823
8844
|
:offset: 0
|
8824
8845
|
:LOCALIZED_GMT: GMT
|
@@ -8839,7 +8860,7 @@ Etc/Greenwich:
|
|
8839
8860
|
:ISO_EXTENDED_FULL: Z
|
8840
8861
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8841
8862
|
:ZONE_ID_SHORT: gmt
|
8842
|
-
:EXEMPLAR_LOCATION:
|
8863
|
+
:EXEMPLAR_LOCATION: unknown city
|
8843
8864
|
Etc/UCT:
|
8844
8865
|
:offset: 0
|
8845
8866
|
:LOCALIZED_GMT: GMT
|
@@ -8860,7 +8881,7 @@ Etc/UCT:
|
|
8860
8881
|
:ISO_EXTENDED_FULL: Z
|
8861
8882
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8862
8883
|
:ZONE_ID_SHORT: utc
|
8863
|
-
:EXEMPLAR_LOCATION:
|
8884
|
+
:EXEMPLAR_LOCATION: unknown city
|
8864
8885
|
Etc/UTC:
|
8865
8886
|
:offset: 0
|
8866
8887
|
:LOCALIZED_GMT: GMT
|
@@ -8881,7 +8902,7 @@ Etc/UTC:
|
|
8881
8902
|
:ISO_EXTENDED_FULL: Z
|
8882
8903
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8883
8904
|
:ZONE_ID_SHORT: utc
|
8884
|
-
:EXEMPLAR_LOCATION:
|
8905
|
+
:EXEMPLAR_LOCATION: unknown city
|
8885
8906
|
Etc/Universal:
|
8886
8907
|
:offset: 0
|
8887
8908
|
:LOCALIZED_GMT: GMT
|
@@ -8902,7 +8923,7 @@ Etc/Universal:
|
|
8902
8923
|
:ISO_EXTENDED_FULL: Z
|
8903
8924
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8904
8925
|
:ZONE_ID_SHORT: utc
|
8905
|
-
:EXEMPLAR_LOCATION:
|
8926
|
+
:EXEMPLAR_LOCATION: unknown city
|
8906
8927
|
Etc/Zulu:
|
8907
8928
|
:offset: 0
|
8908
8929
|
:LOCALIZED_GMT: GMT
|
@@ -8923,7 +8944,7 @@ Etc/Zulu:
|
|
8923
8944
|
:ISO_EXTENDED_FULL: Z
|
8924
8945
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
8925
8946
|
:ZONE_ID_SHORT: utc
|
8926
|
-
:EXEMPLAR_LOCATION:
|
8947
|
+
:EXEMPLAR_LOCATION: unknown city
|
8927
8948
|
Europe/Amsterdam:
|
8928
8949
|
:offset: 3600000
|
8929
8950
|
:LOCALIZED_GMT: GMT+01:00
|
@@ -9327,9 +9348,9 @@ Europe/Istanbul:
|
|
9327
9348
|
:offset: 10800000
|
9328
9349
|
:LOCALIZED_GMT: GMT+03:00
|
9329
9350
|
:LOCALIZED_GMT_SHORT: GMT+3
|
9330
|
-
:GENERIC_LOCATION:
|
9331
|
-
:GENERIC_LONG:
|
9332
|
-
:GENERIC_SHORT:
|
9351
|
+
:GENERIC_LOCATION: Türkiye Time
|
9352
|
+
:GENERIC_LONG: Türkiye Time
|
9353
|
+
:GENERIC_SHORT: Türkiye Time
|
9333
9354
|
:SPECIFIC_LONG: GMT+03:00
|
9334
9355
|
:SPECIFIC_SHORT: GMT+3
|
9335
9356
|
:ISO_BASIC_SHORT: "+03"
|
@@ -9406,7 +9427,7 @@ Europe/Kiev:
|
|
9406
9427
|
:ISO_EXTENDED_FULL: "+02:00"
|
9407
9428
|
:ISO_EXTENDED_LOCAL_FULL: "+02:00"
|
9408
9429
|
:ZONE_ID_SHORT: uaiev
|
9409
|
-
:EXEMPLAR_LOCATION:
|
9430
|
+
:EXEMPLAR_LOCATION: Kyiv
|
9410
9431
|
Europe/Kirov:
|
9411
9432
|
:offset: 10800000
|
9412
9433
|
:LOCALIZED_GMT: GMT+03:00
|
@@ -9428,6 +9449,27 @@ Europe/Kirov:
|
|
9428
9449
|
:ISO_EXTENDED_LOCAL_FULL: "+03:00"
|
9429
9450
|
:ZONE_ID_SHORT: rukvx
|
9430
9451
|
:EXEMPLAR_LOCATION: Kirov
|
9452
|
+
Europe/Kyiv:
|
9453
|
+
:offset: 7200000
|
9454
|
+
:LOCALIZED_GMT: GMT+02:00
|
9455
|
+
:LOCALIZED_GMT_SHORT: GMT+2
|
9456
|
+
:GENERIC_LOCATION: Ukraine Time
|
9457
|
+
:GENERIC_LONG: Eastern European Time
|
9458
|
+
:GENERIC_SHORT: Ukraine Time
|
9459
|
+
:SPECIFIC_LONG: Eastern European Standard Time
|
9460
|
+
:SPECIFIC_SHORT: GMT+2
|
9461
|
+
:ISO_BASIC_SHORT: "+02"
|
9462
|
+
:ISO_BASIC_LOCAL_SHORT: "+02"
|
9463
|
+
:ISO_BASIC_FIXED: "+0200"
|
9464
|
+
:ISO_BASIC_LOCAL_FIXED: "+0200"
|
9465
|
+
:ISO_BASIC_FULL: "+0200"
|
9466
|
+
:ISO_BASIC_LOCAL_FULL: "+0200"
|
9467
|
+
:ISO_EXTENDED_FIXED: "+02:00"
|
9468
|
+
:ISO_EXTENDED_LOCAL_FIXED: "+02:00"
|
9469
|
+
:ISO_EXTENDED_FULL: "+02:00"
|
9470
|
+
:ISO_EXTENDED_LOCAL_FULL: "+02:00"
|
9471
|
+
:ZONE_ID_SHORT: uaiev
|
9472
|
+
:EXEMPLAR_LOCATION: Kyiv
|
9431
9473
|
Europe/Lisbon:
|
9432
9474
|
:offset: 0
|
9433
9475
|
:LOCALIZED_GMT: GMT
|
@@ -10267,7 +10309,7 @@ Factory:
|
|
10267
10309
|
:ISO_EXTENDED_FULL: Z
|
10268
10310
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10269
10311
|
:ZONE_ID_SHORT: unk
|
10270
|
-
:EXEMPLAR_LOCATION:
|
10312
|
+
:EXEMPLAR_LOCATION: unknown city
|
10271
10313
|
GB:
|
10272
10314
|
:offset: 0
|
10273
10315
|
:LOCALIZED_GMT: GMT
|
@@ -10330,7 +10372,7 @@ GMT:
|
|
10330
10372
|
:ISO_EXTENDED_FULL: Z
|
10331
10373
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10332
10374
|
:ZONE_ID_SHORT: gmt
|
10333
|
-
:EXEMPLAR_LOCATION:
|
10375
|
+
:EXEMPLAR_LOCATION: unknown city
|
10334
10376
|
GMT+0:
|
10335
10377
|
:offset: 0
|
10336
10378
|
:LOCALIZED_GMT: GMT
|
@@ -10351,7 +10393,7 @@ GMT+0:
|
|
10351
10393
|
:ISO_EXTENDED_FULL: Z
|
10352
10394
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10353
10395
|
:ZONE_ID_SHORT: gmt
|
10354
|
-
:EXEMPLAR_LOCATION:
|
10396
|
+
:EXEMPLAR_LOCATION: unknown city
|
10355
10397
|
GMT-0:
|
10356
10398
|
:offset: 0
|
10357
10399
|
:LOCALIZED_GMT: GMT
|
@@ -10372,7 +10414,7 @@ GMT-0:
|
|
10372
10414
|
:ISO_EXTENDED_FULL: Z
|
10373
10415
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10374
10416
|
:ZONE_ID_SHORT: gmt
|
10375
|
-
:EXEMPLAR_LOCATION:
|
10417
|
+
:EXEMPLAR_LOCATION: unknown city
|
10376
10418
|
GMT0:
|
10377
10419
|
:offset: 0
|
10378
10420
|
:LOCALIZED_GMT: GMT
|
@@ -10393,7 +10435,7 @@ GMT0:
|
|
10393
10435
|
:ISO_EXTENDED_FULL: Z
|
10394
10436
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10395
10437
|
:ZONE_ID_SHORT: gmt
|
10396
|
-
:EXEMPLAR_LOCATION:
|
10438
|
+
:EXEMPLAR_LOCATION: unknown city
|
10397
10439
|
Greenwich:
|
10398
10440
|
:offset: 0
|
10399
10441
|
:LOCALIZED_GMT: GMT
|
@@ -10414,7 +10456,7 @@ Greenwich:
|
|
10414
10456
|
:ISO_EXTENDED_FULL: Z
|
10415
10457
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
10416
10458
|
:ZONE_ID_SHORT: gmt
|
10417
|
-
:EXEMPLAR_LOCATION:
|
10459
|
+
:EXEMPLAR_LOCATION: unknown city
|
10418
10460
|
HST:
|
10419
10461
|
:offset: -36000000
|
10420
10462
|
:LOCALIZED_GMT: GMT-10:00
|
@@ -10435,7 +10477,7 @@ HST:
|
|
10435
10477
|
:ISO_EXTENDED_FULL: "-10:00"
|
10436
10478
|
:ISO_EXTENDED_LOCAL_FULL: "-10:00"
|
10437
10479
|
:ZONE_ID_SHORT: utcw10
|
10438
|
-
:EXEMPLAR_LOCATION:
|
10480
|
+
:EXEMPLAR_LOCATION: unknown city
|
10439
10481
|
Hongkong:
|
10440
10482
|
:offset: 28800000
|
10441
10483
|
:LOCALIZED_GMT: GMT+08:00
|
@@ -10855,7 +10897,7 @@ MET:
|
|
10855
10897
|
:ISO_EXTENDED_FULL: "+01:00"
|
10856
10898
|
:ISO_EXTENDED_LOCAL_FULL: "+01:00"
|
10857
10899
|
:ZONE_ID_SHORT: unk
|
10858
|
-
:EXEMPLAR_LOCATION:
|
10900
|
+
:EXEMPLAR_LOCATION: unknown city
|
10859
10901
|
MST:
|
10860
10902
|
:offset: -25200000
|
10861
10903
|
:LOCALIZED_GMT: GMT-07:00
|
@@ -10876,7 +10918,7 @@ MST:
|
|
10876
10918
|
:ISO_EXTENDED_FULL: "-07:00"
|
10877
10919
|
:ISO_EXTENDED_LOCAL_FULL: "-07:00"
|
10878
10920
|
:ZONE_ID_SHORT: utcw07
|
10879
|
-
:EXEMPLAR_LOCATION:
|
10921
|
+
:EXEMPLAR_LOCATION: unknown city
|
10880
10922
|
MST7MDT:
|
10881
10923
|
:offset: -25200000
|
10882
10924
|
:LOCALIZED_GMT: GMT-07:00
|
@@ -10897,7 +10939,7 @@ MST7MDT:
|
|
10897
10939
|
:ISO_EXTENDED_FULL: "-07:00"
|
10898
10940
|
:ISO_EXTENDED_LOCAL_FULL: "-07:00"
|
10899
10941
|
:ZONE_ID_SHORT: mst7mdt
|
10900
|
-
:EXEMPLAR_LOCATION:
|
10942
|
+
:EXEMPLAR_LOCATION: unknown city
|
10901
10943
|
Mexico/BajaNorte:
|
10902
10944
|
:offset: -28800000
|
10903
10945
|
:LOCALIZED_GMT: GMT-08:00
|
@@ -11065,7 +11107,7 @@ PST8PDT:
|
|
11065
11107
|
:ISO_EXTENDED_FULL: "-08:00"
|
11066
11108
|
:ISO_EXTENDED_LOCAL_FULL: "-08:00"
|
11067
11109
|
:ZONE_ID_SHORT: pst8pdt
|
11068
|
-
:EXEMPLAR_LOCATION:
|
11110
|
+
:EXEMPLAR_LOCATION: unknown city
|
11069
11111
|
Pacific/Apia:
|
11070
11112
|
:offset: 46800000
|
11071
11113
|
:LOCALIZED_GMT: GMT+14:00
|
@@ -11423,6 +11465,27 @@ Pacific/Johnston:
|
|
11423
11465
|
:ISO_EXTENDED_LOCAL_FULL: "-10:00"
|
11424
11466
|
:ZONE_ID_SHORT: umjon
|
11425
11467
|
:EXEMPLAR_LOCATION: Johnston
|
11468
|
+
Pacific/Kanton:
|
11469
|
+
:offset: 46800000
|
11470
|
+
:LOCALIZED_GMT: GMT+13:00
|
11471
|
+
:LOCALIZED_GMT_SHORT: GMT+13
|
11472
|
+
:GENERIC_LOCATION: Enderbury Time
|
11473
|
+
:GENERIC_LONG: Phoenix Islands Time
|
11474
|
+
:GENERIC_SHORT: Enderbury Time
|
11475
|
+
:SPECIFIC_LONG: Phoenix Islands Time
|
11476
|
+
:SPECIFIC_SHORT: GMT+13
|
11477
|
+
:ISO_BASIC_SHORT: "+13"
|
11478
|
+
:ISO_BASIC_LOCAL_SHORT: "+13"
|
11479
|
+
:ISO_BASIC_FIXED: "+1300"
|
11480
|
+
:ISO_BASIC_LOCAL_FIXED: "+1300"
|
11481
|
+
:ISO_BASIC_FULL: "+1300"
|
11482
|
+
:ISO_BASIC_LOCAL_FULL: "+1300"
|
11483
|
+
:ISO_EXTENDED_FIXED: "+13:00"
|
11484
|
+
:ISO_EXTENDED_LOCAL_FIXED: "+13:00"
|
11485
|
+
:ISO_EXTENDED_FULL: "+13:00"
|
11486
|
+
:ISO_EXTENDED_LOCAL_FULL: "+13:00"
|
11487
|
+
:ZONE_ID_SHORT: kipho
|
11488
|
+
:EXEMPLAR_LOCATION: Enderbury
|
11426
11489
|
Pacific/Kiritimati:
|
11427
11490
|
:offset: 50400000
|
11428
11491
|
:LOCALIZED_GMT: GMT+14:00
|
@@ -12078,9 +12141,9 @@ Turkey:
|
|
12078
12141
|
:offset: 10800000
|
12079
12142
|
:LOCALIZED_GMT: GMT+03:00
|
12080
12143
|
:LOCALIZED_GMT_SHORT: GMT+3
|
12081
|
-
:GENERIC_LOCATION:
|
12082
|
-
:GENERIC_LONG:
|
12083
|
-
:GENERIC_SHORT:
|
12144
|
+
:GENERIC_LOCATION: Türkiye Time
|
12145
|
+
:GENERIC_LONG: Türkiye Time
|
12146
|
+
:GENERIC_SHORT: Türkiye Time
|
12084
12147
|
:SPECIFIC_LONG: GMT+03:00
|
12085
12148
|
:SPECIFIC_SHORT: GMT+3
|
12086
12149
|
:ISO_BASIC_SHORT: "+03"
|
@@ -12115,7 +12178,7 @@ UCT:
|
|
12115
12178
|
:ISO_EXTENDED_FULL: Z
|
12116
12179
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
12117
12180
|
:ZONE_ID_SHORT: utc
|
12118
|
-
:EXEMPLAR_LOCATION:
|
12181
|
+
:EXEMPLAR_LOCATION: unknown city
|
12119
12182
|
US/Alaska:
|
12120
12183
|
:offset: -32400000
|
12121
12184
|
:LOCALIZED_GMT: GMT-09:00
|
@@ -12388,7 +12451,7 @@ UTC:
|
|
12388
12451
|
:ISO_EXTENDED_FULL: Z
|
12389
12452
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
12390
12453
|
:ZONE_ID_SHORT: utc
|
12391
|
-
:EXEMPLAR_LOCATION:
|
12454
|
+
:EXEMPLAR_LOCATION: unknown city
|
12392
12455
|
Universal:
|
12393
12456
|
:offset: 0
|
12394
12457
|
:LOCALIZED_GMT: GMT
|
@@ -12409,7 +12472,7 @@ Universal:
|
|
12409
12472
|
:ISO_EXTENDED_FULL: Z
|
12410
12473
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
12411
12474
|
:ZONE_ID_SHORT: utc
|
12412
|
-
:EXEMPLAR_LOCATION:
|
12475
|
+
:EXEMPLAR_LOCATION: unknown city
|
12413
12476
|
W-SU:
|
12414
12477
|
:offset: 10800000
|
12415
12478
|
:LOCALIZED_GMT: GMT+03:00
|
@@ -12451,7 +12514,7 @@ WET:
|
|
12451
12514
|
:ISO_EXTENDED_FULL: Z
|
12452
12515
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
12453
12516
|
:ZONE_ID_SHORT: unk
|
12454
|
-
:EXEMPLAR_LOCATION:
|
12517
|
+
:EXEMPLAR_LOCATION: unknown city
|
12455
12518
|
Zulu:
|
12456
12519
|
:offset: 0
|
12457
12520
|
:LOCALIZED_GMT: GMT
|
@@ -12472,4 +12535,4 @@ Zulu:
|
|
12472
12535
|
:ISO_EXTENDED_FULL: Z
|
12473
12536
|
:ISO_EXTENDED_LOCAL_FULL: "+00:00"
|
12474
12537
|
:ZONE_ID_SHORT: utc
|
12475
|
-
:EXEMPLAR_LOCATION:
|
12538
|
+
:EXEMPLAR_LOCATION: unknown city
|