twitter_cldr 6.6.2 → 6.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +31 -28
- data/Rakefile +11 -1
- data/lib/twitter_cldr/formatters/formatter.rb +0 -4
- data/lib/twitter_cldr/resources/calendars_importer.rb +222 -0
- data/lib/twitter_cldr/resources/cldr_data_builder.rb +36 -0
- data/lib/twitter_cldr/resources/cldr_document_set.rb +149 -0
- data/lib/twitter_cldr/resources/cldr_dtd.rb +110 -0
- data/lib/twitter_cldr/resources/cldr_locale.rb +78 -0
- data/lib/twitter_cldr/resources/language_codes_importer.rb +1 -1
- data/lib/twitter_cldr/resources/list_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/locales_resources_importer.rb +0 -27
- data/lib/twitter_cldr/resources/number_formats_importer.rb +1 -1
- data/lib/twitter_cldr/resources/readme_renderer.rb +6 -2
- data/lib/twitter_cldr/resources/requirements/cldr_requirement.rb +32 -71
- data/lib/twitter_cldr/resources/requirements/unicode_requirement.rb +7 -3
- data/lib/twitter_cldr/resources/segment_dictionaries_importer.rb +6 -3
- data/lib/twitter_cldr/resources/territories_importer.rb +1 -1
- data/lib/twitter_cldr/resources/timezone_tests_importer.rb +8 -0
- data/lib/twitter_cldr/resources/timezones_importer.rb +1 -1
- data/lib/twitter_cldr/resources/unicode_property_aliases_importer.rb +2 -0
- data/lib/twitter_cldr/resources/units_importer.rb +134 -0
- data/lib/twitter_cldr/resources.rb +11 -2
- data/lib/twitter_cldr/shared/calendar.rb +2 -18
- data/lib/twitter_cldr/shared/casefolder.rb +53 -48
- data/lib/twitter_cldr/shared/unit.rb +2 -4
- data/lib/twitter_cldr/timezones/generic_location.rb +15 -15
- data/lib/twitter_cldr/timezones/gmt_location.rb +2 -2
- data/lib/twitter_cldr/timezones/iso8601_location.rb +2 -2
- data/lib/twitter_cldr/timezones/timezone.rb +11 -7
- data/lib/twitter_cldr/tokenizers/calendars/date_tokenizer.rb +0 -1
- data/lib/twitter_cldr/tokenizers/tokenizer.rb +7 -12
- data/lib/twitter_cldr/tokenizers.rb +0 -1
- data/lib/twitter_cldr/version.rb +1 -1
- data/lib/twitter_cldr/versions.rb +3 -3
- data/resources/locales/af/calendars.yml +1 -0
- data/resources/locales/af/currencies.yml +3 -6
- data/resources/locales/af/languages.yml +2 -1
- data/resources/locales/af/numbers.yml +1 -0
- data/resources/locales/af/timezones.yml +3 -0
- data/resources/locales/af/units.yml +513 -125
- data/resources/locales/ar/calendars.yml +3 -1
- data/resources/locales/ar/currencies.yml +2 -4
- data/resources/locales/ar/languages.yml +1 -1
- data/resources/locales/ar/numbers.yml +1 -0
- data/resources/locales/ar/timezones.yml +3 -0
- data/resources/locales/ar/units.yml +263 -122
- data/resources/locales/az/calendars.yml +3 -1
- data/resources/locales/az/currencies.yml +1 -3
- data/resources/locales/az/languages.yml +2 -2
- data/resources/locales/az/numbers.yml +1 -0
- data/resources/locales/az/timezones.yml +3 -0
- data/resources/locales/az/units.yml +116 -44
- data/resources/locales/be/calendars.yml +4 -2
- data/resources/locales/be/currencies.yml +7 -5
- data/resources/locales/be/languages.yml +2 -1
- data/resources/locales/be/numbers.yml +5 -4
- data/resources/locales/be/timezones.yml +3 -0
- data/resources/locales/be/units.yml +37 -7
- data/resources/locales/bg/calendars.yml +3 -1
- data/resources/locales/bg/currencies.yml +1 -4
- data/resources/locales/bg/languages.yml +1 -1
- data/resources/locales/bg/numbers.yml +1 -0
- data/resources/locales/bg/timezones.yml +3 -0
- data/resources/locales/bg/units.yml +24 -15
- data/resources/locales/bn/calendars.yml +3 -1
- data/resources/locales/bn/currencies.yml +1 -3
- data/resources/locales/bn/languages.yml +1 -1
- data/resources/locales/bn/numbers.yml +1 -0
- data/resources/locales/bn/timezones.yml +3 -0
- data/resources/locales/bn/units.yml +126 -24
- data/resources/locales/bo/calendars.yml +98 -15
- data/resources/locales/bo/currencies.yml +1 -7
- data/resources/locales/bo/numbers.yml +1 -0
- data/resources/locales/bo/units.yml +8 -16
- data/resources/locales/bs/calendars.yml +3 -2
- data/resources/locales/bs/currencies.yml +1 -3
- data/resources/locales/bs/fields.yml +2 -2
- data/resources/locales/bs/languages.yml +5 -1
- data/resources/locales/bs/numbers.yml +1 -0
- data/resources/locales/bs/timezones.yml +3 -0
- data/resources/locales/bs/units.yml +36 -20
- data/resources/locales/ca/calendars.yml +1 -0
- data/resources/locales/ca/currencies.yml +79 -81
- data/resources/locales/ca/languages.yml +1 -1
- data/resources/locales/ca/numbers.yml +1 -0
- data/resources/locales/ca/territories.yml +7 -7
- data/resources/locales/ca/timezones.yml +3 -0
- data/resources/locales/ca/units.yml +52 -68
- data/resources/locales/cs/calendars.yml +1 -0
- data/resources/locales/cs/currencies.yml +1 -1
- data/resources/locales/cs/languages.yml +1 -1
- data/resources/locales/cs/numbers.yml +1 -0
- data/resources/locales/cs/timezones.yml +3 -0
- data/resources/locales/cs/units.yml +417 -190
- data/resources/locales/cy/calendars.yml +4 -0
- data/resources/locales/cy/currencies.yml +1 -4
- data/resources/locales/cy/fields.yml +3 -3
- data/resources/locales/cy/languages.yml +2 -2
- data/resources/locales/cy/numbers.yml +1 -0
- data/resources/locales/cy/timezones.yml +3 -0
- data/resources/locales/cy/units.yml +339 -111
- data/resources/locales/da/calendars.yml +2 -1
- data/resources/locales/da/currencies.yml +6 -8
- data/resources/locales/da/languages.yml +1 -1
- data/resources/locales/da/numbers.yml +1 -0
- data/resources/locales/da/timezones.yml +3 -0
- data/resources/locales/da/units.yml +101 -49
- data/resources/locales/de/calendars.yml +5 -0
- data/resources/locales/de/currencies.yml +1 -1
- data/resources/locales/de/languages.yml +2 -2
- data/resources/locales/de/numbers.yml +1 -0
- data/resources/locales/de/rbnf.yml +65 -2
- data/resources/locales/de/timezones.yml +3 -0
- data/resources/locales/de/units.yml +181 -108
- data/resources/locales/de-AT/calendars.yml +3 -0
- data/resources/locales/de-AT/currencies.yml +1 -1
- data/resources/locales/de-AT/languages.yml +2 -2
- data/resources/locales/de-AT/numbers.yml +1 -0
- data/resources/locales/de-AT/timezones.yml +3 -0
- data/resources/locales/de-AT/units.yml +181 -108
- data/resources/locales/de-CH/calendars.yml +5 -0
- data/resources/locales/de-CH/currencies.yml +1 -1
- data/resources/locales/de-CH/languages.yml +2 -2
- data/resources/locales/de-CH/numbers.yml +1 -0
- data/resources/locales/de-CH/timezones.yml +3 -0
- data/resources/locales/de-CH/units.yml +183 -110
- data/resources/locales/el/calendars.yml +12 -10
- data/resources/locales/el/currencies.yml +3 -5
- data/resources/locales/el/fields.yml +4 -0
- data/resources/locales/el/languages.yml +4 -4
- data/resources/locales/el/numbers.yml +1 -0
- data/resources/locales/el/timezones.yml +3 -0
- data/resources/locales/el/units.yml +143 -118
- data/resources/locales/en/calendars.yml +105 -11
- data/resources/locales/en/currencies.yml +1 -5
- data/resources/locales/en/languages.yml +2 -2
- data/resources/locales/en/numbers.yml +1 -0
- data/resources/locales/en/timezones.yml +3 -0
- data/resources/locales/en/units.yml +42 -30
- data/resources/locales/en-001/calendars.yml +95 -11
- data/resources/locales/en-001/currencies.yml +1 -5
- data/resources/locales/en-001/languages.yml +2 -2
- data/resources/locales/en-001/numbers.yml +1 -0
- data/resources/locales/en-001/timezones.yml +3 -0
- data/resources/locales/en-001/units.yml +41 -27
- data/resources/locales/en-150/calendars.yml +95 -11
- data/resources/locales/en-150/currencies.yml +1 -5
- data/resources/locales/en-150/languages.yml +2 -2
- data/resources/locales/en-150/numbers.yml +1 -0
- data/resources/locales/en-150/timezones.yml +3 -0
- data/resources/locales/en-150/units.yml +41 -27
- data/resources/locales/en-AU/calendars.yml +5 -0
- data/resources/locales/en-AU/currencies.yml +0 -4
- data/resources/locales/en-AU/languages.yml +4 -4
- data/resources/locales/en-AU/numbers.yml +1 -0
- data/resources/locales/en-AU/timezones.yml +3 -0
- data/resources/locales/en-AU/units.yml +49 -35
- data/resources/locales/en-CA/calendars.yml +128 -49
- data/resources/locales/en-CA/currencies.yml +12 -17
- data/resources/locales/en-CA/fields.yml +110 -113
- data/resources/locales/en-CA/languages.yml +2 -2
- data/resources/locales/en-CA/numbers.yml +2 -1
- data/resources/locales/en-CA/territories.yml +19 -19
- data/resources/locales/en-CA/timezones.yml +129 -40
- data/resources/locales/en-CA/units.yml +190 -178
- data/resources/locales/en-GB/calendars.yml +5 -0
- data/resources/locales/en-GB/currencies.yml +1 -5
- data/resources/locales/en-GB/languages.yml +2 -2
- data/resources/locales/en-GB/numbers.yml +1 -0
- data/resources/locales/en-GB/timezones.yml +3 -0
- data/resources/locales/en-GB/units.yml +41 -27
- data/resources/locales/en-IE/calendars.yml +95 -11
- data/resources/locales/en-IE/currencies.yml +1 -5
- data/resources/locales/en-IE/languages.yml +2 -2
- data/resources/locales/en-IE/numbers.yml +1 -0
- data/resources/locales/en-IE/timezones.yml +3 -0
- data/resources/locales/en-IE/units.yml +41 -27
- data/resources/locales/en-IN/calendars.yml +95 -11
- data/resources/locales/en-IN/currencies.yml +1 -5
- data/resources/locales/en-IN/languages.yml +2 -2
- data/resources/locales/en-IN/numbers.yml +25 -24
- data/resources/locales/en-IN/timezones.yml +3 -0
- data/resources/locales/en-IN/units.yml +41 -27
- data/resources/locales/en-NZ/calendars.yml +95 -11
- data/resources/locales/en-NZ/currencies.yml +1 -5
- data/resources/locales/en-NZ/languages.yml +1 -1
- data/resources/locales/en-NZ/numbers.yml +1 -0
- data/resources/locales/en-NZ/timezones.yml +3 -0
- data/resources/locales/en-NZ/units.yml +41 -27
- data/resources/locales/en-SG/calendars.yml +95 -11
- data/resources/locales/en-SG/currencies.yml +1 -5
- data/resources/locales/en-SG/languages.yml +2 -2
- data/resources/locales/en-SG/numbers.yml +1 -0
- data/resources/locales/en-SG/timezones.yml +3 -0
- data/resources/locales/en-SG/units.yml +41 -27
- data/resources/locales/en-US/calendars.yml +105 -11
- data/resources/locales/en-US/currencies.yml +1 -5
- data/resources/locales/en-US/languages.yml +2 -2
- data/resources/locales/en-US/numbers.yml +1 -0
- data/resources/locales/en-US/timezones.yml +3 -0
- data/resources/locales/en-US/units.yml +42 -30
- data/resources/locales/en-ZA/calendars.yml +95 -11
- data/resources/locales/en-ZA/currencies.yml +1 -5
- data/resources/locales/en-ZA/languages.yml +2 -2
- data/resources/locales/en-ZA/numbers.yml +1 -0
- data/resources/locales/en-ZA/timezones.yml +3 -0
- data/resources/locales/en-ZA/units.yml +41 -27
- data/resources/locales/eo/calendars.yml +105 -11
- data/resources/locales/eo/currencies.yml +1 -7
- data/resources/locales/eo/numbers.yml +1 -0
- data/resources/locales/eo/units.yml +274 -102
- data/resources/locales/es/calendars.yml +5 -3
- data/resources/locales/es/currencies.yml +21 -22
- data/resources/locales/es/fields.yml +8 -8
- data/resources/locales/es/languages.yml +3 -3
- data/resources/locales/es/numbers.yml +1 -0
- data/resources/locales/es/plural_rules.yml +2 -1
- data/resources/locales/es/plurals.yml +4 -1
- data/resources/locales/es/timezones.yml +6 -3
- data/resources/locales/es/units.yml +396 -34
- data/resources/locales/es-419/calendars.yml +41 -39
- data/resources/locales/es-419/currencies.yml +19 -20
- data/resources/locales/es-419/languages.yml +2 -2
- data/resources/locales/es-419/numbers.yml +1 -0
- data/resources/locales/es-419/plural_rules.yml +2 -1
- data/resources/locales/es-419/plurals.yml +4 -1
- data/resources/locales/es-419/timezones.yml +6 -3
- data/resources/locales/es-419/units.yml +370 -31
- data/resources/locales/es-AR/calendars.yml +35 -33
- data/resources/locales/es-AR/currencies.yml +19 -20
- data/resources/locales/es-AR/languages.yml +2 -2
- data/resources/locales/es-AR/numbers.yml +1 -0
- data/resources/locales/es-AR/plural_rules.yml +2 -1
- data/resources/locales/es-AR/plurals.yml +4 -1
- data/resources/locales/es-AR/timezones.yml +6 -3
- data/resources/locales/es-AR/units.yml +370 -31
- data/resources/locales/es-CO/calendars.yml +26 -24
- data/resources/locales/es-CO/currencies.yml +19 -20
- data/resources/locales/es-CO/languages.yml +2 -2
- data/resources/locales/es-CO/numbers.yml +1 -0
- data/resources/locales/es-CO/plural_rules.yml +2 -1
- data/resources/locales/es-CO/plurals.yml +4 -1
- data/resources/locales/es-CO/timezones.yml +6 -3
- data/resources/locales/es-CO/units.yml +368 -29
- data/resources/locales/es-MX/calendars.yml +37 -35
- data/resources/locales/es-MX/currencies.yml +17 -18
- data/resources/locales/es-MX/languages.yml +2 -2
- data/resources/locales/es-MX/numbers.yml +1 -0
- data/resources/locales/es-MX/plural_rules.yml +2 -1
- data/resources/locales/es-MX/plurals.yml +4 -1
- data/resources/locales/es-MX/timezones.yml +4 -1
- data/resources/locales/es-MX/units.yml +368 -29
- data/resources/locales/es-US/calendars.yml +43 -41
- data/resources/locales/es-US/currencies.yml +19 -20
- data/resources/locales/es-US/fields.yml +3 -3
- data/resources/locales/es-US/languages.yml +9 -9
- data/resources/locales/es-US/numbers.yml +25 -24
- data/resources/locales/es-US/plural_rules.yml +2 -1
- data/resources/locales/es-US/plurals.yml +4 -1
- data/resources/locales/es-US/territories.yml +2 -2
- data/resources/locales/es-US/timezones.yml +8 -5
- data/resources/locales/es-US/units.yml +381 -42
- data/resources/locales/et/calendars.yml +15 -14
- data/resources/locales/et/currencies.yml +3 -6
- data/resources/locales/et/languages.yml +1 -0
- data/resources/locales/et/numbers.yml +7 -6
- data/resources/locales/et/timezones.yml +3 -0
- data/resources/locales/et/units.yml +48 -27
- data/resources/locales/eu/calendars.yml +3 -1
- data/resources/locales/eu/currencies.yml +612 -23
- data/resources/locales/eu/fields.yml +8 -0
- data/resources/locales/eu/languages.yml +12 -7
- data/resources/locales/eu/numbers.yml +1 -0
- data/resources/locales/eu/timezones.yml +70 -1
- data/resources/locales/eu/units.yml +85 -13
- data/resources/locales/fa/calendars.yml +6 -5
- data/resources/locales/fa/currencies.yml +12 -12
- data/resources/locales/fa/languages.yml +2 -2
- data/resources/locales/fa/numbers.yml +14 -13
- data/resources/locales/fa/territories.yml +1 -1
- data/resources/locales/fa/timezones.yml +7 -4
- data/resources/locales/fa/units.yml +296 -147
- data/resources/locales/fi/calendars.yml +1 -0
- data/resources/locales/fi/currencies.yml +1 -2
- data/resources/locales/fi/languages.yml +1 -1
- data/resources/locales/fi/numbers.yml +1 -0
- data/resources/locales/fi/rbnf.yml +172 -0
- data/resources/locales/fi/timezones.yml +3 -0
- data/resources/locales/fi/units.yml +146 -84
- data/resources/locales/fil/calendars.yml +5 -3
- data/resources/locales/fil/currencies.yml +3 -5
- data/resources/locales/fil/fields.yml +24 -24
- data/resources/locales/fil/languages.yml +3 -2
- data/resources/locales/fil/numbers.yml +1 -0
- data/resources/locales/fil/timezones.yml +4 -1
- data/resources/locales/fil/units.yml +56 -16
- data/resources/locales/fr/calendars.yml +1 -0
- data/resources/locales/fr/currencies.yml +1 -2
- data/resources/locales/fr/languages.yml +1 -1
- data/resources/locales/fr/numbers.yml +1 -0
- data/resources/locales/fr/plural_rules.yml +2 -2
- data/resources/locales/fr/rbnf.yml +1 -1
- data/resources/locales/fr/timezones.yml +4 -1
- data/resources/locales/fr/units.yml +322 -103
- data/resources/locales/fr-BE/calendars.yml +1 -0
- data/resources/locales/fr-BE/currencies.yml +1 -2
- data/resources/locales/fr-BE/languages.yml +1 -1
- data/resources/locales/fr-BE/numbers.yml +1 -0
- data/resources/locales/fr-BE/plural_rules.yml +2 -2
- data/resources/locales/fr-BE/timezones.yml +4 -1
- data/resources/locales/fr-BE/units.yml +322 -103
- data/resources/locales/fr-CA/calendars.yml +1 -0
- data/resources/locales/fr-CA/currencies.yml +1 -2
- data/resources/locales/fr-CA/languages.yml +1 -1
- data/resources/locales/fr-CA/numbers.yml +1 -0
- data/resources/locales/fr-CA/plural_rules.yml +2 -2
- data/resources/locales/fr-CA/timezones.yml +3 -0
- data/resources/locales/fr-CA/units.yml +349 -124
- data/resources/locales/fr-CH/calendars.yml +1 -0
- data/resources/locales/fr-CH/currencies.yml +1 -2
- data/resources/locales/fr-CH/languages.yml +1 -1
- data/resources/locales/fr-CH/numbers.yml +1 -0
- data/resources/locales/fr-CH/plural_rules.yml +2 -2
- data/resources/locales/fr-CH/timezones.yml +4 -1
- data/resources/locales/fr-CH/units.yml +322 -103
- data/resources/locales/ga/calendars.yml +12 -7
- data/resources/locales/ga/currencies.yml +1 -3
- data/resources/locales/ga/fields.yml +5 -5
- data/resources/locales/ga/languages.yml +23 -22
- data/resources/locales/ga/numbers.yml +2 -1
- data/resources/locales/ga/territories.yml +10 -10
- data/resources/locales/ga/timezones.yml +41 -60
- data/resources/locales/ga/units.yml +33 -31
- data/resources/locales/gl/calendars.yml +3 -1
- data/resources/locales/gl/currencies.yml +7 -7
- data/resources/locales/gl/languages.yml +2 -1
- data/resources/locales/gl/numbers.yml +1 -0
- data/resources/locales/gl/timezones.yml +3 -0
- data/resources/locales/gl/units.yml +73 -14
- data/resources/locales/gu/calendars.yml +2 -1
- data/resources/locales/gu/currencies.yml +1 -4
- data/resources/locales/gu/languages.yml +1 -1
- data/resources/locales/gu/numbers.yml +1 -0
- data/resources/locales/gu/timezones.yml +3 -0
- data/resources/locales/gu/units.yml +59 -24
- data/resources/locales/he/calendars.yml +3 -1
- data/resources/locales/he/currencies.yml +39 -24
- data/resources/locales/he/fields.yml +4 -0
- data/resources/locales/he/languages.yml +4 -2
- data/resources/locales/he/numbers.yml +1 -0
- data/resources/locales/he/timezones.yml +3 -0
- data/resources/locales/he/units.yml +60 -38
- data/resources/locales/hi/calendars.yml +3 -1
- data/resources/locales/hi/currencies.yml +1 -4
- data/resources/locales/hi/languages.yml +2 -2
- data/resources/locales/hi/numbers.yml +1 -0
- data/resources/locales/hi/territories.yml +1 -1
- data/resources/locales/hi/timezones.yml +5 -1
- data/resources/locales/hi/units.yml +126 -23
- data/resources/locales/hr/calendars.yml +1 -0
- data/resources/locales/hr/currencies.yml +6 -6
- data/resources/locales/hr/languages.yml +1 -1
- data/resources/locales/hr/numbers.yml +4 -3
- data/resources/locales/hr/timezones.yml +3 -0
- data/resources/locales/hr/units.yml +141 -85
- data/resources/locales/hu/calendars.yml +1 -0
- data/resources/locales/hu/currencies.yml +4 -5
- data/resources/locales/hu/languages.yml +3 -2
- data/resources/locales/hu/numbers.yml +1 -0
- data/resources/locales/hu/timezones.yml +3 -0
- data/resources/locales/hu/units.yml +31 -27
- data/resources/locales/hy/calendars.yml +5 -3
- data/resources/locales/hy/currencies.yml +6 -4
- data/resources/locales/hy/languages.yml +2 -1
- data/resources/locales/hy/numbers.yml +1 -0
- data/resources/locales/hy/timezones.yml +3 -0
- data/resources/locales/hy/units.yml +141 -110
- data/resources/locales/id/calendars.yml +3 -2
- data/resources/locales/id/currencies.yml +1 -3
- data/resources/locales/id/fields.yml +12 -3
- data/resources/locales/id/languages.yml +2 -1
- data/resources/locales/id/numbers.yml +1 -0
- data/resources/locales/id/timezones.yml +47 -0
- data/resources/locales/id/units.yml +64 -67
- data/resources/locales/is/calendars.yml +1 -0
- data/resources/locales/is/currencies.yml +4 -6
- data/resources/locales/is/fields.yml +0 -14
- data/resources/locales/is/languages.yml +2 -2
- data/resources/locales/is/numbers.yml +1 -0
- data/resources/locales/is/units.yml +134 -112
- data/resources/locales/it/calendars.yml +1 -0
- data/resources/locales/it/currencies.yml +2 -3
- data/resources/locales/it/languages.yml +1 -0
- data/resources/locales/it/numbers.yml +1 -0
- data/resources/locales/it/plural_rules.yml +2 -1
- data/resources/locales/it/plurals.yml +4 -1
- data/resources/locales/it/rbnf.yml +1 -1
- data/resources/locales/it/timezones.yml +3 -0
- data/resources/locales/it/units.yml +412 -19
- data/resources/locales/it-CH/calendars.yml +1 -0
- data/resources/locales/it-CH/currencies.yml +2 -3
- data/resources/locales/it-CH/languages.yml +1 -0
- data/resources/locales/it-CH/numbers.yml +1 -0
- data/resources/locales/it-CH/plural_rules.yml +2 -1
- data/resources/locales/it-CH/plurals.yml +4 -1
- data/resources/locales/it-CH/timezones.yml +3 -0
- data/resources/locales/it-CH/units.yml +412 -19
- data/resources/locales/ja/calendars.yml +1 -0
- data/resources/locales/ja/currencies.yml +1 -2
- data/resources/locales/ja/languages.yml +1 -1
- data/resources/locales/ja/numbers.yml +2 -1
- data/resources/locales/ja/timezones.yml +3 -0
- data/resources/locales/ja/units.yml +126 -20
- data/resources/locales/ka/calendars.yml +3 -1
- data/resources/locales/ka/currencies.yml +5 -3
- data/resources/locales/ka/languages.yml +1 -1
- data/resources/locales/ka/numbers.yml +1 -0
- data/resources/locales/ka/timezones.yml +3 -0
- data/resources/locales/ka/units.yml +24 -10
- data/resources/locales/kk/calendars.yml +3 -1
- data/resources/locales/kk/currencies.yml +6 -4
- data/resources/locales/kk/languages.yml +3 -2
- data/resources/locales/kk/numbers.yml +1 -0
- data/resources/locales/kk/timezones.yml +3 -0
- data/resources/locales/kk/units.yml +20 -6
- data/resources/locales/km/calendars.yml +3 -1
- data/resources/locales/km/currencies.yml +6 -4
- data/resources/locales/km/languages.yml +2 -1
- data/resources/locales/km/numbers.yml +1 -0
- data/resources/locales/km/timezones.yml +3 -0
- data/resources/locales/km/units.yml +30 -19
- data/resources/locales/kn/calendars.yml +3 -1
- data/resources/locales/kn/currencies.yml +4 -7
- data/resources/locales/kn/languages.yml +1 -1
- data/resources/locales/kn/numbers.yml +1 -0
- data/resources/locales/kn/timezones.yml +4 -1
- data/resources/locales/kn/units.yml +344 -39
- data/resources/locales/ko/calendars.yml +3 -1
- data/resources/locales/ko/currencies.yml +2 -3
- data/resources/locales/ko/languages.yml +1 -1
- data/resources/locales/ko/numbers.yml +1 -0
- data/resources/locales/ko/territories.yml +1 -1
- data/resources/locales/ko/timezones.yml +3 -0
- data/resources/locales/ko/units.yml +20 -12
- data/resources/locales/lo/calendars.yml +7 -1
- data/resources/locales/lo/currencies.yml +1 -3
- data/resources/locales/lo/languages.yml +1 -1
- data/resources/locales/lo/numbers.yml +1 -0
- data/resources/locales/lo/timezones.yml +3 -0
- data/resources/locales/lo/units.yml +25 -26
- data/resources/locales/lt/calendars.yml +1 -0
- data/resources/locales/lt/currencies.yml +1 -3
- data/resources/locales/lt/languages.yml +1 -1
- data/resources/locales/lt/numbers.yml +1 -0
- data/resources/locales/lt/timezones.yml +3 -0
- data/resources/locales/lt/units.yml +153 -142
- data/resources/locales/lv/calendars.yml +2 -1
- data/resources/locales/lv/currencies.yml +1 -4
- data/resources/locales/lv/languages.yml +1 -1
- data/resources/locales/lv/numbers.yml +1 -0
- data/resources/locales/lv/timezones.yml +3 -0
- data/resources/locales/lv/units.yml +134 -132
- data/resources/locales/mk/calendars.yml +3 -2
- data/resources/locales/mk/currencies.yml +3 -4
- data/resources/locales/mk/languages.yml +2 -2
- data/resources/locales/mk/numbers.yml +7 -6
- data/resources/locales/mk/territories.yml +2 -2
- data/resources/locales/mk/timezones.yml +4 -1
- data/resources/locales/mk/units.yml +74 -241
- data/resources/locales/mr/calendars.yml +3 -1
- data/resources/locales/mr/currencies.yml +1 -5
- data/resources/locales/mr/languages.yml +1 -1
- data/resources/locales/mr/numbers.yml +1 -0
- data/resources/locales/mr/timezones.yml +3 -0
- data/resources/locales/mr/units.yml +55 -20
- data/resources/locales/ms/calendars.yml +1 -0
- data/resources/locales/ms/currencies.yml +1 -4
- data/resources/locales/ms/languages.yml +2 -2
- data/resources/locales/ms/numbers.yml +1 -0
- data/resources/locales/ms/timezones.yml +3 -0
- data/resources/locales/ms/units.yml +110 -13
- data/resources/locales/mt/calendars.yml +3 -1
- data/resources/locales/mt/currencies.yml +1 -4
- data/resources/locales/mt/languages.yml +1 -2
- data/resources/locales/mt/numbers.yml +1 -0
- data/resources/locales/mt/territories.yml +4 -4
- data/resources/locales/mt/units.yml +8 -16
- data/resources/locales/my/calendars.yml +15 -13
- data/resources/locales/my/currencies.yml +11 -9
- data/resources/locales/my/languages.yml +3 -2
- data/resources/locales/my/lists.yml +16 -16
- data/resources/locales/my/numbers.yml +1 -0
- data/resources/locales/my/timezones.yml +3 -0
- data/resources/locales/my/units.yml +20 -16
- data/resources/locales/nb/calendars.yml +2 -1
- data/resources/locales/nb/currencies.yml +1 -2
- data/resources/locales/nb/fields.yml +4 -4
- data/resources/locales/nb/languages.yml +2 -2
- data/resources/locales/nb/numbers.yml +2 -1
- data/resources/locales/nb/rbnf.yml +1 -928
- data/resources/locales/nb/timezones.yml +3 -0
- data/resources/locales/nb/units.yml +133 -67
- data/resources/locales/nl/calendars.yml +1 -0
- data/resources/locales/nl/currencies.yml +1 -1
- data/resources/locales/nl/languages.yml +3 -1
- data/resources/locales/nl/numbers.yml +1 -0
- data/resources/locales/nl/timezones.yml +3 -0
- data/resources/locales/nl/units.yml +55 -23
- data/resources/locales/nl-BE/calendars.yml +1 -0
- data/resources/locales/nl-BE/currencies.yml +1 -1
- data/resources/locales/nl-BE/languages.yml +3 -1
- data/resources/locales/nl-BE/numbers.yml +1 -0
- data/resources/locales/nl-BE/timezones.yml +3 -0
- data/resources/locales/nl-BE/units.yml +55 -23
- data/resources/locales/pl/calendars.yml +4 -2
- data/resources/locales/pl/currencies.yml +6 -6
- data/resources/locales/pl/languages.yml +1 -1
- data/resources/locales/pl/numbers.yml +1 -0
- data/resources/locales/pl/timezones.yml +4 -1
- data/resources/locales/pl/units.yml +219 -162
- data/resources/locales/pt/calendars.yml +40 -5
- data/resources/locales/pt/currencies.yml +4 -6
- data/resources/locales/pt/languages.yml +1 -1
- data/resources/locales/pt/numbers.yml +1 -0
- data/resources/locales/pt/plural_rules.yml +2 -1
- data/resources/locales/pt/plurals.yml +4 -1
- data/resources/locales/pt/rbnf.yml +52 -70
- data/resources/locales/pt/timezones.yml +3 -0
- data/resources/locales/pt/units.yml +28 -33
- data/resources/locales/pt-PT/calendars.yml +24 -3
- data/resources/locales/pt-PT/currencies.yml +4 -6
- data/resources/locales/pt-PT/languages.yml +1 -1
- data/resources/locales/pt-PT/numbers.yml +1 -0
- data/resources/locales/pt-PT/plural_rules.yml +2 -1
- data/resources/locales/pt-PT/plurals.yml +4 -1
- data/resources/locales/pt-PT/territories.yml +2 -2
- data/resources/locales/pt-PT/timezones.yml +3 -0
- data/resources/locales/pt-PT/units.yml +55 -41
- data/resources/locales/ro/calendars.yml +1 -0
- data/resources/locales/ro/currencies.yml +4 -5
- data/resources/locales/ro/languages.yml +3 -1
- data/resources/locales/ro/numbers.yml +1 -0
- data/resources/locales/ro/timezones.yml +3 -0
- data/resources/locales/ro/units.yml +104 -39
- data/resources/locales/ru/calendars.yml +9 -8
- data/resources/locales/ru/currencies.yml +6 -4
- data/resources/locales/ru/day_periods.yml +4 -4
- data/resources/locales/ru/languages.yml +2 -2
- data/resources/locales/ru/numbers.yml +1 -0
- data/resources/locales/ru/timezones.yml +3 -0
- data/resources/locales/ru/units.yml +297 -321
- data/resources/locales/sk/calendars.yml +5 -3
- data/resources/locales/sk/currencies.yml +1 -1
- data/resources/locales/sk/fields.yml +2 -2
- data/resources/locales/sk/languages.yml +1 -1
- data/resources/locales/sk/numbers.yml +1 -0
- data/resources/locales/sk/timezones.yml +3 -0
- data/resources/locales/sk/units.yml +198 -225
- data/resources/locales/sl/calendars.yml +7 -5
- data/resources/locales/sl/currencies.yml +6 -5
- data/resources/locales/sl/languages.yml +1 -1
- data/resources/locales/sl/numbers.yml +1 -0
- data/resources/locales/sl/timezones.yml +3 -0
- data/resources/locales/sl/units.yml +296 -234
- data/resources/locales/sq/calendars.yml +1 -0
- data/resources/locales/sq/currencies.yml +5 -5
- data/resources/locales/sq/languages.yml +6 -1
- data/resources/locales/sq/numbers.yml +1 -0
- data/resources/locales/sq/timezones.yml +3 -0
- data/resources/locales/sq/units.yml +53 -34
- data/resources/locales/sr/calendars.yml +26 -25
- data/resources/locales/sr/currencies.yml +185 -187
- data/resources/locales/sr/fields.yml +2 -8
- data/resources/locales/sr/languages.yml +1 -1
- data/resources/locales/sr/numbers.yml +1 -0
- data/resources/locales/sr/timezones.yml +3 -0
- data/resources/locales/sr/units.yml +123 -78
- data/resources/locales/sr-Cyrl-ME/calendars.yml +19 -18
- data/resources/locales/sr-Cyrl-ME/currencies.yml +185 -187
- data/resources/locales/sr-Cyrl-ME/fields.yml +2 -8
- data/resources/locales/sr-Cyrl-ME/languages.yml +1 -1
- data/resources/locales/sr-Cyrl-ME/numbers.yml +1 -0
- data/resources/locales/sr-Cyrl-ME/timezones.yml +3 -0
- data/resources/locales/sr-Cyrl-ME/units.yml +123 -78
- data/resources/locales/sr-Latn-ME/calendars.yml +201 -200
- data/resources/locales/sr-Latn-ME/currencies.yml +185 -187
- data/resources/locales/sr-Latn-ME/fields.yml +2 -8
- data/resources/locales/sr-Latn-ME/languages.yml +1 -1
- data/resources/locales/sr-Latn-ME/numbers.yml +1 -0
- data/resources/locales/sr-Latn-ME/timezones.yml +3 -0
- data/resources/locales/sr-Latn-ME/units.yml +660 -615
- data/resources/locales/sv/calendars.yml +1 -0
- data/resources/locales/sv/currencies.yml +4 -6
- data/resources/locales/sv/languages.yml +1 -1
- data/resources/locales/sv/numbers.yml +1 -0
- data/resources/locales/sv/timezones.yml +5 -2
- data/resources/locales/sv/units.yml +43 -297
- data/resources/locales/sw/calendars.yml +3 -1
- data/resources/locales/sw/currencies.yml +3 -5
- data/resources/locales/sw/languages.yml +2 -1
- data/resources/locales/sw/numbers.yml +1 -0
- data/resources/locales/sw/timezones.yml +3 -0
- data/resources/locales/sw/units.yml +20 -7
- data/resources/locales/ta/calendars.yml +5 -3
- data/resources/locales/ta/currencies.yml +2 -4
- data/resources/locales/ta/fields.yml +1 -1
- data/resources/locales/ta/languages.yml +1 -1
- data/resources/locales/ta/numbers.yml +1 -0
- data/resources/locales/ta/timezones.yml +3 -0
- data/resources/locales/ta/units.yml +505 -122
- data/resources/locales/th/calendars.yml +2 -12
- data/resources/locales/th/currencies.yml +1 -2
- data/resources/locales/th/languages.yml +1 -1
- data/resources/locales/th/numbers.yml +1 -0
- data/resources/locales/th/timezones.yml +3 -0
- data/resources/locales/th/units.yml +275 -16
- data/resources/locales/tr/calendars.yml +3 -1
- data/resources/locales/tr/currencies.yml +3 -2
- data/resources/locales/tr/languages.yml +1 -1
- data/resources/locales/tr/numbers.yml +1 -0
- data/resources/locales/tr/timezones.yml +3 -0
- data/resources/locales/tr/units.yml +56 -38
- data/resources/locales/uk/calendars.yml +8 -7
- data/resources/locales/uk/currencies.yml +5 -2
- data/resources/locales/uk/languages.yml +2 -6
- data/resources/locales/uk/numbers.yml +1 -0
- data/resources/locales/uk/timezones.yml +3 -0
- data/resources/locales/uk/units.yml +494 -299
- data/resources/locales/ur/calendars.yml +3 -1
- data/resources/locales/ur/currencies.yml +4 -6
- data/resources/locales/ur/languages.yml +2 -1
- data/resources/locales/ur/numbers.yml +1 -0
- data/resources/locales/ur/timezones.yml +3 -0
- data/resources/locales/ur/units.yml +53 -15
- data/resources/locales/vi/calendars.yml +1 -0
- data/resources/locales/vi/currencies.yml +2 -3
- data/resources/locales/vi/languages.yml +2 -2
- data/resources/locales/vi/numbers.yml +1 -0
- data/resources/locales/vi/timezones.yml +3 -0
- data/resources/locales/vi/units.yml +16 -17
- data/resources/locales/xh/calendars.yml +61 -7
- data/resources/locales/xh/currencies.yml +1 -7
- data/resources/locales/xh/numbers.yml +1 -0
- data/resources/locales/xh/units.yml +8 -16
- data/resources/locales/zh/calendars.yml +8 -6
- data/resources/locales/zh/currencies.yml +1 -1
- data/resources/locales/zh/languages.yml +1 -1
- data/resources/locales/zh/numbers.yml +1 -0
- data/resources/locales/zh/timezones.yml +4 -1
- data/resources/locales/zh/units.yml +31 -9
- data/resources/locales/zh-Hant/calendars.yml +18 -12
- data/resources/locales/zh-Hant/currencies.yml +1 -1
- data/resources/locales/zh-Hant/languages.yml +1 -1
- data/resources/locales/zh-Hant/numbers.yml +1 -0
- data/resources/locales/zh-Hant/timezones.yml +4 -1
- data/resources/locales/zh-Hant/units.yml +99 -14
- data/resources/locales/zu/calendars.yml +4 -2
- data/resources/locales/zu/currencies.yml +1 -4
- data/resources/locales/zu/fields.yml +0 -5
- data/resources/locales/zu/languages.yml +1 -1
- data/resources/locales/zu/numbers.yml +1 -0
- data/resources/locales/zu/timezones.yml +3 -0
- data/resources/locales/zu/units.yml +32 -20
- data/resources/shared/aliases.yml +4 -3
- data/resources/shared/bcp47_timezone_metadata.yml +3 -1
- 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/eo.yml +3180 -0
- data/resources/shared/hyphenation/fr.yml +1 -1
- data/resources/shared/hyphenation/hr-HR.yml +1 -1
- data/resources/shared/hyphenation/hu-HU.yml +1439 -57
- data/resources/shared/hyphenation/mn-MN.yml +1000 -0
- data/resources/shared/hyphenation/sl-SI.yml +1 -1
- data/resources/shared/hyphenation/sq-AL.yml +14015 -0
- data/resources/shared/language_codes_table.dump +0 -0
- data/resources/shared/likely_subtags.yml +18 -9
- data/resources/shared/metazones.yml +9 -39
- data/resources/shared/numbering_systems.yml +3 -0
- data/resources/shared/parent_locales.yml +3 -2
- data/resources/shared/rbnf_root.yml +84 -2
- data/resources/shared/segments/dictionaries/laodict.dump +0 -0
- data/resources/shared/segments/rules/el/sentence.yml +574 -556
- data/resources/shared/segments/rules/en-US-POSIX/word.yml +416 -403
- data/resources/shared/segments/rules/ja/line.yml +804 -776
- data/resources/shared/segments/rules/ja/word.yml +416 -403
- data/resources/shared/segments/rules/root/grapheme.yml +407 -402
- data/resources/shared/segments/rules/root/line.yml +804 -776
- data/resources/shared/segments/rules/root/sentence.yml +574 -556
- data/resources/shared/segments/rules/root/word.yml +416 -403
- data/resources/shared/segments/rules/zh/line.yml +804 -776
- data/resources/shared/segments/rules/zh-Hant/line.yml +804 -776
- data/resources/shared/segments/tests/dictionary_tests/combined.yml +31 -42
- data/resources/shared/segments/tests/dictionary_tests/lo.yml +31 -42
- data/resources/shared/segments/tests/line_break_test.yml +2 -0
- data/resources/shared/transforms/Han-Latin.yml +57 -57
- data/resources/shared/transforms/Latin-ASCII.yml +51 -2
- data/resources/shared/transforms/Turkmen-Latin-BGN.yml +4 -4
- data/resources/shared/validity_data.yml +54 -10
- data/resources/unicode_data/blocks/ahom.yml +112 -0
- data/resources/unicode_data/blocks/arabic.yml +16 -0
- data/resources/unicode_data/blocks/arabic_extended_a.yml +192 -0
- data/resources/unicode_data/blocks/arabic_extended_b.yml +657 -0
- data/resources/unicode_data/blocks/arabic_presentation_forms_a.yml +320 -0
- data/resources/unicode_data/blocks/balinese.yml +48 -0
- data/resources/unicode_data/blocks/brahmi.yml +96 -0
- data/resources/unicode_data/blocks/cjk_unified_ideographs.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_b.yml +2 -2
- data/resources/unicode_data/blocks/cjk_unified_ideographs_extension_c.yml +2 -2
- data/resources/unicode_data/blocks/combining_diacritical_marks_extended.yml +224 -0
- data/resources/unicode_data/blocks/combining_diacritical_marks_supplement.yml +16 -0
- data/resources/unicode_data/blocks/currency_symbols.yml +16 -0
- data/resources/unicode_data/blocks/cypro_minoan.yml +1585 -0
- data/resources/unicode_data/blocks/ethiopic_extended_b.yml +449 -0
- data/resources/unicode_data/blocks/geometric_shapes_extended.yml +16 -0
- data/resources/unicode_data/blocks/glagolitic.yml +32 -0
- data/resources/unicode_data/blocks/hanunoo.yml +2 -2
- data/resources/unicode_data/blocks/kaithi.yml +16 -0
- data/resources/unicode_data/blocks/kana_extended_a.yml +64 -0
- data/resources/unicode_data/blocks/kana_extended_b.yml +209 -0
- data/resources/unicode_data/blocks/kannada.yml +16 -0
- data/resources/unicode_data/blocks/latin_extended_d.yml +208 -0
- data/resources/unicode_data/blocks/latin_extended_f.yml +913 -0
- data/resources/unicode_data/blocks/latin_extended_g.yml +497 -0
- data/resources/unicode_data/blocks/mongolian.yml +16 -0
- data/resources/unicode_data/blocks/musical_symbols.yml +32 -0
- data/resources/unicode_data/blocks/old_uyghur.yml +417 -0
- data/resources/unicode_data/blocks/supplemental_punctuation.yml +176 -0
- data/resources/unicode_data/blocks/supplemental_symbols_and_pictographs.yml +32 -0
- data/resources/unicode_data/blocks/symbols_and_pictographs_extended_a.yml +496 -0
- data/resources/unicode_data/blocks/tagalog.yml +48 -0
- data/resources/unicode_data/blocks/takri.yml +16 -0
- data/resources/unicode_data/blocks/tangsa.yml +1425 -0
- data/resources/unicode_data/blocks/telugu.yml +32 -0
- data/resources/unicode_data/blocks/toto.yml +497 -0
- data/resources/unicode_data/blocks/transport_and_map_symbols.yml +48 -0
- data/resources/unicode_data/blocks/unified_canadian_aboriginal_syllabics_extended_a.yml +257 -0
- data/resources/unicode_data/blocks/vithkuqi.yml +1121 -0
- data/resources/unicode_data/blocks/znamenny_musical_notation.yml +2961 -0
- data/resources/unicode_data/blocks.yml +50 -2
- data/resources/unicode_data/casefolding.yml +160 -0
- data/resources/unicode_data/properties/Age/14.0/value.dump +0 -0
- data/resources/unicode_data/properties/Alphabetic/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AL/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/AN/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Class/ET/value.dump +1 -1
- 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_Class/R/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/N/value.dump +0 -0
- data/resources/unicode_data/properties/Bidi_Mirrored/Y/value.dump +3 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Close/value.dump +6 -2
- data/resources/unicode_data/properties/Bidi_Paired_Bracket_Type/Open/value.dump +6 -2
- data/resources/unicode_data/properties/Block/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Arabic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Cypro-Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Ethiopic Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Kana Extended-B/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-F/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Latin Extended-G/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Old Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangsa/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Tangut Supplement/value.dump +0 -0
- data/resources/unicode_data/properties/Block/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Unified Canadian Aboriginal Syllabics Extended-A/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Vithkuqi/value.dump +3 -0
- data/resources/unicode_data/properties/Block/Znamenny Musical Notation/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/0/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/218/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/220/value.dump +9 -4
- data/resources/unicode_data/properties/Canonical_Combining_Class/230/value.dump +0 -0
- data/resources/unicode_data/properties/Canonical_Combining_Class/7/value.dump +3 -2
- data/resources/unicode_data/properties/Canonical_Combining_Class/9/value.dump +4 -3
- 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/Changes_When_Casefolded/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Casemapped/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Lowercased/value.dump +0 -0
- data/resources/unicode_data/properties/Changes_When_Titlecased/value.dump +13 -5
- data/resources/unicode_data/properties/Changes_When_Uppercased/value.dump +13 -5
- data/resources/unicode_data/properties/Dash/value.dump +0 -0
- data/resources/unicode_data/properties/Default_Ignorable_Code_Point/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 +4 -2
- data/resources/unicode_data/properties/Emoji_Presentation/value.dump +0 -0
- data/resources/unicode_data/properties/Extender/value.dump +3 -2
- 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 +13 -5
- data/resources/unicode_data/properties/General_Category/L/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/L/u/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/P/d/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/e/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/P/o/value.dump +0 -0
- data/resources/unicode_data/properties/General_Category/P/s/value.dump +6 -2
- data/resources/unicode_data/properties/General_Category/S/c/value.dump +1 -1
- data/resources/unicode_data/properties/General_Category/S/k/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/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 +4 -3
- 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 +6 -4
- 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/Consonant/value.dump +0 -0
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Dead/value.dump +4 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Final/value.dump +6 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Consonant_Succeeding_Repha/value.dump +2 -5
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Nukta/value.dump +3 -2
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Pure_Killer/value.dump +4 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Dependent/value.dump +5 -3
- data/resources/unicode_data/properties/Indic_Syllabic_Category/Vowel_Independent/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/ALEF/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/GAF/value.dump +5 -3
- data/resources/unicode_data/properties/Joining_Group/HAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/NOON/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/No_Joining_Group/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Group/QAF/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Group/TAH/value.dump +3 -2
- data/resources/unicode_data/properties/Joining_Group/THIN YEH/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Group/VERTICAL TAIL/value.dump +3 -0
- data/resources/unicode_data/properties/Joining_Type/Dual_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Join_Causing/value.dump +4 -2
- data/resources/unicode_data/properties/Joining_Type/Non_Joining/value.dump +0 -0
- data/resources/unicode_data/properties/Joining_Type/Right_Joining/value.dump +6 -3
- 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/CL/value.dump +6 -2
- data/resources/unicode_data/properties/Line_Break/CM/value.dump +0 -0
- data/resources/unicode_data/properties/Line_Break/EB/value.dump +4 -2
- data/resources/unicode_data/properties/Line_Break/EX/value.dump +4 -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 +6 -2
- data/resources/unicode_data/properties/Line_Break/PO/value.dump +3 -2
- data/resources/unicode_data/properties/Line_Break/PR/value.dump +2 -1
- 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 +3 -2
- data/resources/unicode_data/properties/Numeric_Type/2/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/3/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/4/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/5/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/6/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/7/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/8/value.dump +3 -2
- data/resources/unicode_data/properties/Numeric_Type/9/value.dump +3 -2
- 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 +6 -2
- data/resources/unicode_data/properties/Prepended_Concatenation_Mark/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Ahom/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Arabic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Balinese/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Brahmi/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Canadian_Aboriginal/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Common/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Cypro_Minoan/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Ethiopic/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Glagolitic/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/Inherited/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Kaithi/value.dump +1 -1
- 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/Latin/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Mongolian/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Old_Uyghur/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Tagalog/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Takri/value.dump +1 -1
- data/resources/unicode_data/properties/Script/Tangsa/value.dump +4 -0
- data/resources/unicode_data/properties/Script/Telugu/value.dump +0 -0
- data/resources/unicode_data/properties/Script/Toto/value.dump +3 -0
- data/resources/unicode_data/properties/Script/Vithkuqi/value.dump +10 -0
- data/resources/unicode_data/properties/Script_Extensions/Adlm/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Arab/value.dump +3 -2
- data/resources/unicode_data/properties/Script_Extensions/Cpmn/value.dump +0 -0
- data/resources/unicode_data/properties/Script_Extensions/Mani/value.dump +5 -2
- data/resources/unicode_data/properties/Script_Extensions/Nkoo/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Ougr/value.dump +6 -0
- data/resources/unicode_data/properties/Script_Extensions/Syrc/value.dump +3 -2
- data/resources/unicode_data/properties/Sentence_Break/Close/value.dump +0 -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_Break/Upper/value.dump +0 -0
- data/resources/unicode_data/properties/Sentence_Terminal/value.dump +0 -0
- data/resources/unicode_data/properties/Soft_Dotted/value.dump +3 -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/Uppercase/value.dump +0 -0
- data/resources/unicode_data/properties/Variation_Selector/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 +40 -0
- data/spec/formatters/calendars/datetime_formatter_spec.rb +2 -2
- data/spec/formatters/numbers/rbnf/locales/de/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/fi/rbnf_test.yml +234 -0
- data/spec/formatters/numbers/rbnf/locales/pt/rbnf_test.yml +32 -32
- data/spec/localized/localized_date_spec.rb +0 -12
- data/spec/localized/localized_datetime_spec.rb +1 -15
- data/spec/localized/localized_time_spec.rb +0 -12
- data/spec/parsers/unicode_regex/character_set_spec.rb +2 -1
- data/spec/shared/calendar_spec.rb +8 -8
- data/spec/shared/unit_spec.rb +9 -9
- data/spec/timezones/tests/af.yml +3 -3
- data/spec/timezones/tests/ar.yml +3 -3
- data/spec/timezones/tests/az.yml +3 -3
- data/spec/timezones/tests/be.yml +3 -3
- data/spec/timezones/tests/bg.yml +3 -3
- data/spec/timezones/tests/bn.yml +3 -3
- data/spec/timezones/tests/bo.yml +3 -3
- data/spec/timezones/tests/bs.yml +3 -3
- data/spec/timezones/tests/ca.yml +17 -17
- data/spec/timezones/tests/cs.yml +3 -3
- data/spec/timezones/tests/cy.yml +3 -3
- data/spec/timezones/tests/da.yml +3 -3
- data/spec/timezones/tests/de-AT.yml +3 -3
- data/spec/timezones/tests/de-CH.yml +3 -3
- data/spec/timezones/tests/de.yml +3 -3
- data/spec/timezones/tests/el.yml +3 -3
- data/spec/timezones/tests/en-001.yml +3 -3
- data/spec/timezones/tests/en-150.yml +3 -3
- data/spec/timezones/tests/en-AU.yml +3 -3
- data/spec/timezones/tests/en-CA.yml +208 -208
- data/spec/timezones/tests/en-GB.yml +3 -3
- data/spec/timezones/tests/en-IE.yml +3 -3
- data/spec/timezones/tests/en-IN.yml +3 -3
- data/spec/timezones/tests/en-NZ.yml +3 -3
- data/spec/timezones/tests/en-SG.yml +3 -3
- data/spec/timezones/tests/en-US.yml +3 -3
- data/spec/timezones/tests/en-ZA.yml +3 -3
- data/spec/timezones/tests/en.yml +3 -3
- data/spec/timezones/tests/eo.yml +3 -3
- data/spec/timezones/tests/es-419.yml +6 -6
- data/spec/timezones/tests/es-AR.yml +6 -6
- data/spec/timezones/tests/es-CO.yml +6 -6
- data/spec/timezones/tests/es-MX.yml +4 -4
- data/spec/timezones/tests/es-US.yml +13 -13
- data/spec/timezones/tests/es.yml +6 -6
- data/spec/timezones/tests/et.yml +3 -3
- data/spec/timezones/tests/eu.yml +285 -285
- data/spec/timezones/tests/fa.yml +14 -14
- data/spec/timezones/tests/fi.yml +3 -3
- data/spec/timezones/tests/fil.yml +9 -9
- data/spec/timezones/tests/fr-BE.yml +11 -11
- data/spec/timezones/tests/fr-CA.yml +3 -3
- data/spec/timezones/tests/fr-CH.yml +11 -11
- data/spec/timezones/tests/fr.yml +11 -11
- data/spec/timezones/tests/ga.yml +190 -190
- data/spec/timezones/tests/gl.yml +3 -3
- data/spec/timezones/tests/gu.yml +3 -3
- data/spec/timezones/tests/he.yml +3 -3
- data/spec/timezones/tests/hi.yml +7 -7
- data/spec/timezones/tests/hr.yml +3 -3
- data/spec/timezones/tests/hu.yml +3 -3
- data/spec/timezones/tests/hy.yml +3 -3
- data/spec/timezones/tests/id.yml +287 -287
- data/spec/timezones/tests/is.yml +3 -3
- data/spec/timezones/tests/it-CH.yml +3 -3
- data/spec/timezones/tests/it.yml +3 -3
- data/spec/timezones/tests/ja.yml +3 -3
- data/spec/timezones/tests/ka.yml +3 -3
- data/spec/timezones/tests/kk.yml +3 -3
- data/spec/timezones/tests/km.yml +3 -3
- data/spec/timezones/tests/kn.yml +10 -10
- data/spec/timezones/tests/ko.yml +3 -3
- data/spec/timezones/tests/lo.yml +3 -3
- data/spec/timezones/tests/lt.yml +3 -3
- data/spec/timezones/tests/lv.yml +3 -3
- data/spec/timezones/tests/mk.yml +8 -8
- data/spec/timezones/tests/mr.yml +3 -3
- data/spec/timezones/tests/ms.yml +3 -3
- data/spec/timezones/tests/mt.yml +13 -13
- data/spec/timezones/tests/my.yml +3 -3
- data/spec/timezones/tests/nb.yml +3 -3
- data/spec/timezones/tests/nl-BE.yml +3 -3
- data/spec/timezones/tests/nl.yml +3 -3
- data/spec/timezones/tests/pl.yml +5 -5
- data/spec/timezones/tests/pt-PT.yml +3 -3
- data/spec/timezones/tests/pt.yml +3 -3
- data/spec/timezones/tests/ro.yml +3 -3
- data/spec/timezones/tests/ru.yml +3 -3
- data/spec/timezones/tests/sk.yml +3 -3
- data/spec/timezones/tests/sl.yml +3 -3
- data/spec/timezones/tests/sq.yml +3 -3
- data/spec/timezones/tests/sr-Cyrl-ME.yml +3 -3
- data/spec/timezones/tests/sr-Latn-ME.yml +3 -3
- data/spec/timezones/tests/sr.yml +3 -3
- data/spec/timezones/tests/sv.yml +4 -4
- data/spec/timezones/tests/sw.yml +3 -3
- data/spec/timezones/tests/ta.yml +3 -3
- data/spec/timezones/tests/th.yml +3 -3
- data/spec/timezones/tests/tr.yml +3 -3
- data/spec/timezones/tests/uk.yml +3 -3
- data/spec/timezones/tests/ur.yml +3 -3
- data/spec/timezones/tests/vi.yml +3 -3
- data/spec/timezones/tests/xh.yml +3 -3
- data/spec/timezones/tests/zh-Hant.yml +13 -13
- data/spec/timezones/tests/zh.yml +13 -13
- data/spec/timezones/tests/zu.yml +3 -3
- data/spec/timezones/timezone_spec.rb +41 -0
- data/spec/tokenizers/calendars/date_tokenizer_spec.rb +0 -18
- metadata +47 -6
- data/lib/twitter_cldr/tokenizers/composite_token.rb +0 -26
- data/resources/custom/locales/en-AU/calendars.yml +0 -10
- data/spec/tokenizers/composite_token_spec.rb +0 -30
data/spec/timezones/tests/id.yml
CHANGED
@@ -546,7 +546,7 @@ Africa/Johannesburg:
|
|
546
546
|
:ZONE_ID_SHORT: zajnb
|
547
547
|
:EXEMPLAR_LOCATION: Johannesburg
|
548
548
|
Africa/Juba:
|
549
|
-
:offset:
|
549
|
+
:offset: 7200000
|
550
550
|
:LOCALIZED_GMT: GMT+03.00
|
551
551
|
:LOCALIZED_GMT_SHORT: GMT+3
|
552
552
|
:GENERIC_LOCATION: Waktu Sudan Selatan
|
@@ -1139,9 +1139,9 @@ America/Adak:
|
|
1139
1139
|
:LOCALIZED_GMT_SHORT: GMT-10
|
1140
1140
|
:GENERIC_LOCATION: Waktu Adak
|
1141
1141
|
:GENERIC_LONG: Waktu Hawaii-Aleutian
|
1142
|
-
:GENERIC_SHORT:
|
1142
|
+
:GENERIC_SHORT: HAT
|
1143
1143
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
1144
|
-
:SPECIFIC_SHORT:
|
1144
|
+
:SPECIFIC_SHORT: HAST
|
1145
1145
|
:ISO_BASIC_SHORT: "-10"
|
1146
1146
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
1147
1147
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -1160,9 +1160,9 @@ America/Anchorage:
|
|
1160
1160
|
:LOCALIZED_GMT_SHORT: GMT-9
|
1161
1161
|
:GENERIC_LOCATION: Waktu Anchorage
|
1162
1162
|
:GENERIC_LONG: Waktu Alaska
|
1163
|
-
:GENERIC_SHORT:
|
1163
|
+
:GENERIC_SHORT: AKT
|
1164
1164
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
1165
|
-
:SPECIFIC_SHORT:
|
1165
|
+
:SPECIFIC_SHORT: AKST
|
1166
1166
|
:ISO_BASIC_SHORT: "-09"
|
1167
1167
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
1168
1168
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -1181,9 +1181,9 @@ America/Anguilla:
|
|
1181
1181
|
:LOCALIZED_GMT_SHORT: GMT-4
|
1182
1182
|
:GENERIC_LOCATION: Waktu Anguilla
|
1183
1183
|
:GENERIC_LONG: Waktu Standar Atlantik
|
1184
|
-
:GENERIC_SHORT:
|
1184
|
+
:GENERIC_SHORT: AST
|
1185
1185
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
1186
|
-
:SPECIFIC_SHORT:
|
1186
|
+
:SPECIFIC_SHORT: AST
|
1187
1187
|
:ISO_BASIC_SHORT: "-04"
|
1188
1188
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
1189
1189
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -1202,9 +1202,9 @@ America/Antigua:
|
|
1202
1202
|
:LOCALIZED_GMT_SHORT: GMT-4
|
1203
1203
|
:GENERIC_LOCATION: Waktu Antigua dan Barbuda
|
1204
1204
|
:GENERIC_LONG: Waktu Standar Atlantik
|
1205
|
-
:GENERIC_SHORT:
|
1205
|
+
:GENERIC_SHORT: AST
|
1206
1206
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
1207
|
-
:SPECIFIC_SHORT:
|
1207
|
+
:SPECIFIC_SHORT: AST
|
1208
1208
|
:ISO_BASIC_SHORT: "-04"
|
1209
1209
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
1210
1210
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -1517,9 +1517,9 @@ America/Aruba:
|
|
1517
1517
|
:LOCALIZED_GMT_SHORT: GMT-4
|
1518
1518
|
:GENERIC_LOCATION: Waktu Aruba
|
1519
1519
|
:GENERIC_LONG: Waktu Standar Atlantik
|
1520
|
-
:GENERIC_SHORT:
|
1520
|
+
:GENERIC_SHORT: AST
|
1521
1521
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
1522
|
-
:SPECIFIC_SHORT:
|
1522
|
+
:SPECIFIC_SHORT: AST
|
1523
1523
|
:ISO_BASIC_SHORT: "-04"
|
1524
1524
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
1525
1525
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -1559,9 +1559,9 @@ America/Atikokan:
|
|
1559
1559
|
:LOCALIZED_GMT_SHORT: GMT-5
|
1560
1560
|
:GENERIC_LOCATION: Waktu Atikokan
|
1561
1561
|
:GENERIC_LONG: Waktu Standar Timur
|
1562
|
-
:GENERIC_SHORT:
|
1562
|
+
:GENERIC_SHORT: EST
|
1563
1563
|
:SPECIFIC_LONG: Waktu Standar Timur
|
1564
|
-
:SPECIFIC_SHORT:
|
1564
|
+
:SPECIFIC_SHORT: EST
|
1565
1565
|
:ISO_BASIC_SHORT: "-05"
|
1566
1566
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
1567
1567
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -1580,9 +1580,9 @@ America/Atka:
|
|
1580
1580
|
:LOCALIZED_GMT_SHORT: GMT-10
|
1581
1581
|
:GENERIC_LOCATION: Waktu Adak
|
1582
1582
|
:GENERIC_LONG: Waktu Hawaii-Aleutian
|
1583
|
-
:GENERIC_SHORT:
|
1583
|
+
:GENERIC_SHORT: HAT
|
1584
1584
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
1585
|
-
:SPECIFIC_SHORT:
|
1585
|
+
:SPECIFIC_SHORT: HAST
|
1586
1586
|
:ISO_BASIC_SHORT: "-10"
|
1587
1587
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
1588
1588
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -1622,9 +1622,9 @@ America/Bahia_Banderas:
|
|
1622
1622
|
:LOCALIZED_GMT_SHORT: GMT-6
|
1623
1623
|
:GENERIC_LOCATION: Waktu Bahia Banderas
|
1624
1624
|
:GENERIC_LONG: Waktu Tengah
|
1625
|
-
:GENERIC_SHORT:
|
1625
|
+
:GENERIC_SHORT: CT
|
1626
1626
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
1627
|
-
:SPECIFIC_SHORT:
|
1627
|
+
:SPECIFIC_SHORT: CST
|
1628
1628
|
:ISO_BASIC_SHORT: "-06"
|
1629
1629
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
1630
1630
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -1643,9 +1643,9 @@ America/Barbados:
|
|
1643
1643
|
:LOCALIZED_GMT_SHORT: GMT-4
|
1644
1644
|
:GENERIC_LOCATION: Waktu Barbados
|
1645
1645
|
:GENERIC_LONG: Waktu Standar Atlantik
|
1646
|
-
:GENERIC_SHORT:
|
1646
|
+
:GENERIC_SHORT: AST
|
1647
1647
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
1648
|
-
:SPECIFIC_SHORT:
|
1648
|
+
:SPECIFIC_SHORT: AST
|
1649
1649
|
:ISO_BASIC_SHORT: "-04"
|
1650
1650
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
1651
1651
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -1685,9 +1685,9 @@ America/Belize:
|
|
1685
1685
|
:LOCALIZED_GMT_SHORT: GMT-6
|
1686
1686
|
:GENERIC_LOCATION: Waktu Belize
|
1687
1687
|
:GENERIC_LONG: Waktu Standar Tengah
|
1688
|
-
:GENERIC_SHORT:
|
1688
|
+
:GENERIC_SHORT: CST
|
1689
1689
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
1690
|
-
:SPECIFIC_SHORT:
|
1690
|
+
:SPECIFIC_SHORT: CST
|
1691
1691
|
:ISO_BASIC_SHORT: "-06"
|
1692
1692
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
1693
1693
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -1706,9 +1706,9 @@ America/Blanc-Sablon:
|
|
1706
1706
|
:LOCALIZED_GMT_SHORT: GMT-4
|
1707
1707
|
:GENERIC_LOCATION: Waktu Blanc-Sablon
|
1708
1708
|
:GENERIC_LONG: Waktu Standar Atlantik
|
1709
|
-
:GENERIC_SHORT:
|
1709
|
+
:GENERIC_SHORT: AST
|
1710
1710
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
1711
|
-
:SPECIFIC_SHORT:
|
1711
|
+
:SPECIFIC_SHORT: AST
|
1712
1712
|
:ISO_BASIC_SHORT: "-04"
|
1713
1713
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
1714
1714
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -1769,9 +1769,9 @@ America/Boise:
|
|
1769
1769
|
:LOCALIZED_GMT_SHORT: GMT-7
|
1770
1770
|
:GENERIC_LOCATION: Waktu Boise
|
1771
1771
|
:GENERIC_LONG: Waktu Pegunungan
|
1772
|
-
:GENERIC_SHORT:
|
1772
|
+
:GENERIC_SHORT: MT
|
1773
1773
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
1774
|
-
:SPECIFIC_SHORT:
|
1774
|
+
:SPECIFIC_SHORT: MST
|
1775
1775
|
:ISO_BASIC_SHORT: "-07"
|
1776
1776
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
1777
1777
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -1811,9 +1811,9 @@ America/Cambridge_Bay:
|
|
1811
1811
|
:LOCALIZED_GMT_SHORT: GMT-7
|
1812
1812
|
:GENERIC_LOCATION: Waktu Cambridge Bay
|
1813
1813
|
:GENERIC_LONG: Waktu Pegunungan
|
1814
|
-
:GENERIC_SHORT:
|
1814
|
+
:GENERIC_SHORT: MT
|
1815
1815
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
1816
|
-
:SPECIFIC_SHORT:
|
1816
|
+
:SPECIFIC_SHORT: MST
|
1817
1817
|
:ISO_BASIC_SHORT: "-07"
|
1818
1818
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
1819
1819
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -1853,9 +1853,9 @@ America/Cancun:
|
|
1853
1853
|
:LOCALIZED_GMT_SHORT: GMT-5
|
1854
1854
|
:GENERIC_LOCATION: Waktu Cancun
|
1855
1855
|
:GENERIC_LONG: Waktu Standar Timur
|
1856
|
-
:GENERIC_SHORT:
|
1856
|
+
:GENERIC_SHORT: EST
|
1857
1857
|
:SPECIFIC_LONG: Waktu Standar Timur
|
1858
|
-
:SPECIFIC_SHORT:
|
1858
|
+
:SPECIFIC_SHORT: EST
|
1859
1859
|
:ISO_BASIC_SHORT: "-05"
|
1860
1860
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
1861
1861
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -1937,9 +1937,9 @@ America/Cayman:
|
|
1937
1937
|
:LOCALIZED_GMT_SHORT: GMT-5
|
1938
1938
|
:GENERIC_LOCATION: Waktu Kepulauan Cayman
|
1939
1939
|
:GENERIC_LONG: Waktu Standar Timur
|
1940
|
-
:GENERIC_SHORT:
|
1940
|
+
:GENERIC_SHORT: EST
|
1941
1941
|
:SPECIFIC_LONG: Waktu Standar Timur
|
1942
|
-
:SPECIFIC_SHORT:
|
1942
|
+
:SPECIFIC_SHORT: EST
|
1943
1943
|
:ISO_BASIC_SHORT: "-05"
|
1944
1944
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
1945
1945
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -1958,9 +1958,9 @@ America/Chicago:
|
|
1958
1958
|
:LOCALIZED_GMT_SHORT: GMT-6
|
1959
1959
|
:GENERIC_LOCATION: Waktu Chicago
|
1960
1960
|
:GENERIC_LONG: Waktu Tengah
|
1961
|
-
:GENERIC_SHORT:
|
1961
|
+
:GENERIC_SHORT: CT
|
1962
1962
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
1963
|
-
:SPECIFIC_SHORT:
|
1963
|
+
:SPECIFIC_SHORT: CST
|
1964
1964
|
:ISO_BASIC_SHORT: "-06"
|
1965
1965
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
1966
1966
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2000,9 +2000,9 @@ America/Coral_Harbour:
|
|
2000
2000
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2001
2001
|
:GENERIC_LOCATION: Waktu Atikokan
|
2002
2002
|
:GENERIC_LONG: Waktu Standar Timur
|
2003
|
-
:GENERIC_SHORT:
|
2003
|
+
:GENERIC_SHORT: EST
|
2004
2004
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2005
|
-
:SPECIFIC_SHORT:
|
2005
|
+
:SPECIFIC_SHORT: EST
|
2006
2006
|
:ISO_BASIC_SHORT: "-05"
|
2007
2007
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2008
2008
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2042,9 +2042,9 @@ America/Costa_Rica:
|
|
2042
2042
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2043
2043
|
:GENERIC_LOCATION: Waktu Kosta Rika
|
2044
2044
|
:GENERIC_LONG: Waktu Standar Tengah
|
2045
|
-
:GENERIC_SHORT:
|
2045
|
+
:GENERIC_SHORT: CST
|
2046
2046
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2047
|
-
:SPECIFIC_SHORT:
|
2047
|
+
:SPECIFIC_SHORT: CST
|
2048
2048
|
:ISO_BASIC_SHORT: "-06"
|
2049
2049
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2050
2050
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2063,9 +2063,9 @@ America/Creston:
|
|
2063
2063
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2064
2064
|
:GENERIC_LOCATION: Waktu Creston
|
2065
2065
|
:GENERIC_LONG: Waktu Standar Pegunungan
|
2066
|
-
:GENERIC_SHORT:
|
2066
|
+
:GENERIC_SHORT: MST
|
2067
2067
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2068
|
-
:SPECIFIC_SHORT:
|
2068
|
+
:SPECIFIC_SHORT: MST
|
2069
2069
|
:ISO_BASIC_SHORT: "-07"
|
2070
2070
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2071
2071
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2105,9 +2105,9 @@ America/Curacao:
|
|
2105
2105
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2106
2106
|
:GENERIC_LOCATION: Waktu Curaçao
|
2107
2107
|
:GENERIC_LONG: Waktu Standar Atlantik
|
2108
|
-
:GENERIC_SHORT:
|
2108
|
+
:GENERIC_SHORT: AST
|
2109
2109
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2110
|
-
:SPECIFIC_SHORT:
|
2110
|
+
:SPECIFIC_SHORT: AST
|
2111
2111
|
:ISO_BASIC_SHORT: "-04"
|
2112
2112
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2113
2113
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2147,9 +2147,9 @@ America/Dawson:
|
|
2147
2147
|
:LOCALIZED_GMT_SHORT: GMT-8
|
2148
2148
|
:GENERIC_LOCATION: Waktu Dawson
|
2149
2149
|
:GENERIC_LONG: Waktu Pasifik
|
2150
|
-
:GENERIC_SHORT:
|
2150
|
+
:GENERIC_SHORT: PT
|
2151
2151
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
2152
|
-
:SPECIFIC_SHORT:
|
2152
|
+
:SPECIFIC_SHORT: PST
|
2153
2153
|
:ISO_BASIC_SHORT: "-08"
|
2154
2154
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
2155
2155
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -2168,9 +2168,9 @@ America/Dawson_Creek:
|
|
2168
2168
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2169
2169
|
:GENERIC_LOCATION: Waktu Dawson Creek
|
2170
2170
|
:GENERIC_LONG: Waktu Standar Pegunungan
|
2171
|
-
:GENERIC_SHORT:
|
2171
|
+
:GENERIC_SHORT: MST
|
2172
2172
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2173
|
-
:SPECIFIC_SHORT:
|
2173
|
+
:SPECIFIC_SHORT: MST
|
2174
2174
|
:ISO_BASIC_SHORT: "-07"
|
2175
2175
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2176
2176
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2189,9 +2189,9 @@ America/Denver:
|
|
2189
2189
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2190
2190
|
:GENERIC_LOCATION: Waktu Denver
|
2191
2191
|
:GENERIC_LONG: Waktu Pegunungan
|
2192
|
-
:GENERIC_SHORT:
|
2192
|
+
:GENERIC_SHORT: MT
|
2193
2193
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2194
|
-
:SPECIFIC_SHORT:
|
2194
|
+
:SPECIFIC_SHORT: MST
|
2195
2195
|
:ISO_BASIC_SHORT: "-07"
|
2196
2196
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2197
2197
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2210,9 +2210,9 @@ America/Detroit:
|
|
2210
2210
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2211
2211
|
:GENERIC_LOCATION: Waktu Detroit
|
2212
2212
|
:GENERIC_LONG: Waktu Timur
|
2213
|
-
:GENERIC_SHORT:
|
2213
|
+
:GENERIC_SHORT: ET
|
2214
2214
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2215
|
-
:SPECIFIC_SHORT:
|
2215
|
+
:SPECIFIC_SHORT: EST
|
2216
2216
|
:ISO_BASIC_SHORT: "-05"
|
2217
2217
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2218
2218
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2231,9 +2231,9 @@ America/Dominica:
|
|
2231
2231
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2232
2232
|
:GENERIC_LOCATION: Waktu Dominika
|
2233
2233
|
:GENERIC_LONG: Waktu Standar Atlantik
|
2234
|
-
:GENERIC_SHORT:
|
2234
|
+
:GENERIC_SHORT: AST
|
2235
2235
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2236
|
-
:SPECIFIC_SHORT:
|
2236
|
+
:SPECIFIC_SHORT: AST
|
2237
2237
|
:ISO_BASIC_SHORT: "-04"
|
2238
2238
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2239
2239
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2252,9 +2252,9 @@ America/Edmonton:
|
|
2252
2252
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2253
2253
|
:GENERIC_LOCATION: Waktu Edmonton
|
2254
2254
|
:GENERIC_LONG: Waktu Pegunungan
|
2255
|
-
:GENERIC_SHORT:
|
2255
|
+
:GENERIC_SHORT: MT
|
2256
2256
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2257
|
-
:SPECIFIC_SHORT:
|
2257
|
+
:SPECIFIC_SHORT: MST
|
2258
2258
|
:ISO_BASIC_SHORT: "-07"
|
2259
2259
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2260
2260
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2294,9 +2294,9 @@ America/El_Salvador:
|
|
2294
2294
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2295
2295
|
:GENERIC_LOCATION: Waktu El Salvador
|
2296
2296
|
:GENERIC_LONG: Waktu Standar Tengah
|
2297
|
-
:GENERIC_SHORT:
|
2297
|
+
:GENERIC_SHORT: CST
|
2298
2298
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2299
|
-
:SPECIFIC_SHORT:
|
2299
|
+
:SPECIFIC_SHORT: CST
|
2300
2300
|
:ISO_BASIC_SHORT: "-06"
|
2301
2301
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2302
2302
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2315,9 +2315,9 @@ America/Ensenada:
|
|
2315
2315
|
:LOCALIZED_GMT_SHORT: GMT-8
|
2316
2316
|
:GENERIC_LOCATION: Waktu Tijuana
|
2317
2317
|
:GENERIC_LONG: Waktu Pasifik
|
2318
|
-
:GENERIC_SHORT:
|
2318
|
+
:GENERIC_SHORT: PT
|
2319
2319
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
2320
|
-
:SPECIFIC_SHORT:
|
2320
|
+
:SPECIFIC_SHORT: PST
|
2321
2321
|
:ISO_BASIC_SHORT: "-08"
|
2322
2322
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
2323
2323
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -2336,9 +2336,9 @@ America/Fort_Nelson:
|
|
2336
2336
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2337
2337
|
:GENERIC_LOCATION: Waktu Fort Nelson
|
2338
2338
|
:GENERIC_LONG: Waktu Standar Pegunungan
|
2339
|
-
:GENERIC_SHORT:
|
2339
|
+
:GENERIC_SHORT: MST
|
2340
2340
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2341
|
-
:SPECIFIC_SHORT:
|
2341
|
+
:SPECIFIC_SHORT: MST
|
2342
2342
|
:ISO_BASIC_SHORT: "-07"
|
2343
2343
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2344
2344
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2357,9 +2357,9 @@ America/Fort_Wayne:
|
|
2357
2357
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2358
2358
|
:GENERIC_LOCATION: Waktu Indianapolis
|
2359
2359
|
:GENERIC_LONG: Waktu Timur
|
2360
|
-
:GENERIC_SHORT:
|
2360
|
+
:GENERIC_SHORT: ET
|
2361
2361
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2362
|
-
:SPECIFIC_SHORT:
|
2362
|
+
:SPECIFIC_SHORT: EST
|
2363
2363
|
:ISO_BASIC_SHORT: "-05"
|
2364
2364
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2365
2365
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2399,9 +2399,9 @@ America/Glace_Bay:
|
|
2399
2399
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2400
2400
|
:GENERIC_LOCATION: Waktu Glace Bay
|
2401
2401
|
:GENERIC_LONG: Waktu Atlantik
|
2402
|
-
:GENERIC_SHORT:
|
2402
|
+
:GENERIC_SHORT: AT
|
2403
2403
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2404
|
-
:SPECIFIC_SHORT:
|
2404
|
+
:SPECIFIC_SHORT: AST
|
2405
2405
|
:ISO_BASIC_SHORT: "-04"
|
2406
2406
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2407
2407
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2441,9 +2441,9 @@ America/Goose_Bay:
|
|
2441
2441
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2442
2442
|
:GENERIC_LOCATION: Waktu Goose Bay
|
2443
2443
|
:GENERIC_LONG: Waktu Atlantik
|
2444
|
-
:GENERIC_SHORT:
|
2444
|
+
:GENERIC_SHORT: AT
|
2445
2445
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2446
|
-
:SPECIFIC_SHORT:
|
2446
|
+
:SPECIFIC_SHORT: AST
|
2447
2447
|
:ISO_BASIC_SHORT: "-04"
|
2448
2448
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2449
2449
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2462,9 +2462,9 @@ America/Grand_Turk:
|
|
2462
2462
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2463
2463
|
:GENERIC_LOCATION: Waktu Kepulauan Turks dan Caicos
|
2464
2464
|
:GENERIC_LONG: Waktu Timur
|
2465
|
-
:GENERIC_SHORT:
|
2465
|
+
:GENERIC_SHORT: ET
|
2466
2466
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2467
|
-
:SPECIFIC_SHORT:
|
2467
|
+
:SPECIFIC_SHORT: EST
|
2468
2468
|
:ISO_BASIC_SHORT: "-05"
|
2469
2469
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2470
2470
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2483,9 +2483,9 @@ America/Grenada:
|
|
2483
2483
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2484
2484
|
:GENERIC_LOCATION: Waktu Grenada
|
2485
2485
|
:GENERIC_LONG: Waktu Standar Atlantik
|
2486
|
-
:GENERIC_SHORT:
|
2486
|
+
:GENERIC_SHORT: AST
|
2487
2487
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2488
|
-
:SPECIFIC_SHORT:
|
2488
|
+
:SPECIFIC_SHORT: AST
|
2489
2489
|
:ISO_BASIC_SHORT: "-04"
|
2490
2490
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2491
2491
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2504,9 +2504,9 @@ America/Guadeloupe:
|
|
2504
2504
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2505
2505
|
:GENERIC_LOCATION: Waktu Guadeloupe
|
2506
2506
|
:GENERIC_LONG: Waktu Standar Atlantik
|
2507
|
-
:GENERIC_SHORT:
|
2507
|
+
:GENERIC_SHORT: AST
|
2508
2508
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2509
|
-
:SPECIFIC_SHORT:
|
2509
|
+
:SPECIFIC_SHORT: AST
|
2510
2510
|
:ISO_BASIC_SHORT: "-04"
|
2511
2511
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2512
2512
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2525,9 +2525,9 @@ America/Guatemala:
|
|
2525
2525
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2526
2526
|
:GENERIC_LOCATION: Waktu Guatemala
|
2527
2527
|
:GENERIC_LONG: Waktu Standar Tengah
|
2528
|
-
:GENERIC_SHORT:
|
2528
|
+
:GENERIC_SHORT: CST
|
2529
2529
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2530
|
-
:SPECIFIC_SHORT:
|
2530
|
+
:SPECIFIC_SHORT: CST
|
2531
2531
|
:ISO_BASIC_SHORT: "-06"
|
2532
2532
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2533
2533
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2588,9 +2588,9 @@ America/Halifax:
|
|
2588
2588
|
:LOCALIZED_GMT_SHORT: GMT-4
|
2589
2589
|
:GENERIC_LOCATION: Waktu Halifax
|
2590
2590
|
:GENERIC_LONG: Waktu Atlantik
|
2591
|
-
:GENERIC_SHORT:
|
2591
|
+
:GENERIC_SHORT: AT
|
2592
2592
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
2593
|
-
:SPECIFIC_SHORT:
|
2593
|
+
:SPECIFIC_SHORT: AST
|
2594
2594
|
:ISO_BASIC_SHORT: "-04"
|
2595
2595
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
2596
2596
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -2609,9 +2609,9 @@ America/Havana:
|
|
2609
2609
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2610
2610
|
:GENERIC_LOCATION: Waktu Kuba
|
2611
2611
|
:GENERIC_LONG: Waktu Kuba
|
2612
|
-
:GENERIC_SHORT:
|
2612
|
+
:GENERIC_SHORT: CT (Kuba)
|
2613
2613
|
:SPECIFIC_LONG: Waktu Standar Kuba
|
2614
|
-
:SPECIFIC_SHORT:
|
2614
|
+
:SPECIFIC_SHORT: CST (Kuba)
|
2615
2615
|
:ISO_BASIC_SHORT: "-05"
|
2616
2616
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2617
2617
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2651,9 +2651,9 @@ America/Indiana/Indianapolis:
|
|
2651
2651
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2652
2652
|
:GENERIC_LOCATION: Waktu Indianapolis
|
2653
2653
|
:GENERIC_LONG: Waktu Timur
|
2654
|
-
:GENERIC_SHORT:
|
2654
|
+
:GENERIC_SHORT: ET
|
2655
2655
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2656
|
-
:SPECIFIC_SHORT:
|
2656
|
+
:SPECIFIC_SHORT: EST
|
2657
2657
|
:ISO_BASIC_SHORT: "-05"
|
2658
2658
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2659
2659
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2672,9 +2672,9 @@ America/Indiana/Knox:
|
|
2672
2672
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2673
2673
|
:GENERIC_LOCATION: Waktu Knox, Indiana
|
2674
2674
|
:GENERIC_LONG: Waktu Tengah
|
2675
|
-
:GENERIC_SHORT:
|
2675
|
+
:GENERIC_SHORT: CT
|
2676
2676
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2677
|
-
:SPECIFIC_SHORT:
|
2677
|
+
:SPECIFIC_SHORT: CST
|
2678
2678
|
:ISO_BASIC_SHORT: "-06"
|
2679
2679
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2680
2680
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2693,9 +2693,9 @@ America/Indiana/Marengo:
|
|
2693
2693
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2694
2694
|
:GENERIC_LOCATION: Waktu Marengo, Indiana
|
2695
2695
|
:GENERIC_LONG: Waktu Timur
|
2696
|
-
:GENERIC_SHORT:
|
2696
|
+
:GENERIC_SHORT: ET
|
2697
2697
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2698
|
-
:SPECIFIC_SHORT:
|
2698
|
+
:SPECIFIC_SHORT: EST
|
2699
2699
|
:ISO_BASIC_SHORT: "-05"
|
2700
2700
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2701
2701
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2714,9 +2714,9 @@ America/Indiana/Petersburg:
|
|
2714
2714
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2715
2715
|
:GENERIC_LOCATION: Waktu Petersburg, Indiana
|
2716
2716
|
:GENERIC_LONG: Waktu Timur
|
2717
|
-
:GENERIC_SHORT:
|
2717
|
+
:GENERIC_SHORT: ET
|
2718
2718
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2719
|
-
:SPECIFIC_SHORT:
|
2719
|
+
:SPECIFIC_SHORT: EST
|
2720
2720
|
:ISO_BASIC_SHORT: "-05"
|
2721
2721
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2722
2722
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2735,9 +2735,9 @@ America/Indiana/Tell_City:
|
|
2735
2735
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2736
2736
|
:GENERIC_LOCATION: Waktu Tell City, Indiana
|
2737
2737
|
:GENERIC_LONG: Waktu Tengah
|
2738
|
-
:GENERIC_SHORT:
|
2738
|
+
:GENERIC_SHORT: CT
|
2739
2739
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2740
|
-
:SPECIFIC_SHORT:
|
2740
|
+
:SPECIFIC_SHORT: CST
|
2741
2741
|
:ISO_BASIC_SHORT: "-06"
|
2742
2742
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2743
2743
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -2756,9 +2756,9 @@ America/Indiana/Vevay:
|
|
2756
2756
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2757
2757
|
:GENERIC_LOCATION: Waktu Vevay, Indiana
|
2758
2758
|
:GENERIC_LONG: Waktu Timur
|
2759
|
-
:GENERIC_SHORT:
|
2759
|
+
:GENERIC_SHORT: ET
|
2760
2760
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2761
|
-
:SPECIFIC_SHORT:
|
2761
|
+
:SPECIFIC_SHORT: EST
|
2762
2762
|
:ISO_BASIC_SHORT: "-05"
|
2763
2763
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2764
2764
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2777,9 +2777,9 @@ America/Indiana/Vincennes:
|
|
2777
2777
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2778
2778
|
:GENERIC_LOCATION: Waktu Vincennes, Indiana
|
2779
2779
|
:GENERIC_LONG: Waktu Timur
|
2780
|
-
:GENERIC_SHORT:
|
2780
|
+
:GENERIC_SHORT: ET
|
2781
2781
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2782
|
-
:SPECIFIC_SHORT:
|
2782
|
+
:SPECIFIC_SHORT: EST
|
2783
2783
|
:ISO_BASIC_SHORT: "-05"
|
2784
2784
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2785
2785
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2798,9 +2798,9 @@ America/Indiana/Winamac:
|
|
2798
2798
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2799
2799
|
:GENERIC_LOCATION: Waktu Winamac, Indiana
|
2800
2800
|
:GENERIC_LONG: Waktu Timur
|
2801
|
-
:GENERIC_SHORT:
|
2801
|
+
:GENERIC_SHORT: ET
|
2802
2802
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2803
|
-
:SPECIFIC_SHORT:
|
2803
|
+
:SPECIFIC_SHORT: EST
|
2804
2804
|
:ISO_BASIC_SHORT: "-05"
|
2805
2805
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2806
2806
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2819,9 +2819,9 @@ America/Indianapolis:
|
|
2819
2819
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2820
2820
|
:GENERIC_LOCATION: Waktu Indianapolis
|
2821
2821
|
:GENERIC_LONG: Waktu Timur
|
2822
|
-
:GENERIC_SHORT:
|
2822
|
+
:GENERIC_SHORT: ET
|
2823
2823
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2824
|
-
:SPECIFIC_SHORT:
|
2824
|
+
:SPECIFIC_SHORT: EST
|
2825
2825
|
:ISO_BASIC_SHORT: "-05"
|
2826
2826
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2827
2827
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2840,9 +2840,9 @@ America/Inuvik:
|
|
2840
2840
|
:LOCALIZED_GMT_SHORT: GMT-7
|
2841
2841
|
:GENERIC_LOCATION: Waktu Inuvik
|
2842
2842
|
:GENERIC_LONG: Waktu Pegunungan
|
2843
|
-
:GENERIC_SHORT:
|
2843
|
+
:GENERIC_SHORT: MT
|
2844
2844
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
2845
|
-
:SPECIFIC_SHORT:
|
2845
|
+
:SPECIFIC_SHORT: MST
|
2846
2846
|
:ISO_BASIC_SHORT: "-07"
|
2847
2847
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
2848
2848
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -2861,9 +2861,9 @@ America/Iqaluit:
|
|
2861
2861
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2862
2862
|
:GENERIC_LOCATION: Waktu Iqaluit
|
2863
2863
|
:GENERIC_LONG: Waktu Timur
|
2864
|
-
:GENERIC_SHORT:
|
2864
|
+
:GENERIC_SHORT: ET
|
2865
2865
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2866
|
-
:SPECIFIC_SHORT:
|
2866
|
+
:SPECIFIC_SHORT: EST
|
2867
2867
|
:ISO_BASIC_SHORT: "-05"
|
2868
2868
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2869
2869
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2882,9 +2882,9 @@ America/Jamaica:
|
|
2882
2882
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2883
2883
|
:GENERIC_LOCATION: Waktu Jamaika
|
2884
2884
|
:GENERIC_LONG: Waktu Standar Timur
|
2885
|
-
:GENERIC_SHORT:
|
2885
|
+
:GENERIC_SHORT: EST
|
2886
2886
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2887
|
-
:SPECIFIC_SHORT:
|
2887
|
+
:SPECIFIC_SHORT: EST
|
2888
2888
|
:ISO_BASIC_SHORT: "-05"
|
2889
2889
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2890
2890
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2924,9 +2924,9 @@ America/Juneau:
|
|
2924
2924
|
:LOCALIZED_GMT_SHORT: GMT-9
|
2925
2925
|
:GENERIC_LOCATION: Waktu Juneau
|
2926
2926
|
:GENERIC_LONG: Waktu Alaska
|
2927
|
-
:GENERIC_SHORT:
|
2927
|
+
:GENERIC_SHORT: AKT
|
2928
2928
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
2929
|
-
:SPECIFIC_SHORT:
|
2929
|
+
:SPECIFIC_SHORT: AKST
|
2930
2930
|
:ISO_BASIC_SHORT: "-09"
|
2931
2931
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
2932
2932
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -2945,9 +2945,9 @@ America/Kentucky/Louisville:
|
|
2945
2945
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2946
2946
|
:GENERIC_LOCATION: Waktu Louisville
|
2947
2947
|
:GENERIC_LONG: Waktu Timur
|
2948
|
-
:GENERIC_SHORT:
|
2948
|
+
:GENERIC_SHORT: ET
|
2949
2949
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2950
|
-
:SPECIFIC_SHORT:
|
2950
|
+
:SPECIFIC_SHORT: EST
|
2951
2951
|
:ISO_BASIC_SHORT: "-05"
|
2952
2952
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2953
2953
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2966,9 +2966,9 @@ America/Kentucky/Monticello:
|
|
2966
2966
|
:LOCALIZED_GMT_SHORT: GMT-5
|
2967
2967
|
:GENERIC_LOCATION: Waktu Monticello, Kentucky
|
2968
2968
|
:GENERIC_LONG: Waktu Timur
|
2969
|
-
:GENERIC_SHORT:
|
2969
|
+
:GENERIC_SHORT: ET
|
2970
2970
|
:SPECIFIC_LONG: Waktu Standar Timur
|
2971
|
-
:SPECIFIC_SHORT:
|
2971
|
+
:SPECIFIC_SHORT: EST
|
2972
2972
|
:ISO_BASIC_SHORT: "-05"
|
2973
2973
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
2974
2974
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -2987,9 +2987,9 @@ America/Knox_IN:
|
|
2987
2987
|
:LOCALIZED_GMT_SHORT: GMT-6
|
2988
2988
|
:GENERIC_LOCATION: Waktu Knox, Indiana
|
2989
2989
|
:GENERIC_LONG: Waktu Tengah
|
2990
|
-
:GENERIC_SHORT:
|
2990
|
+
:GENERIC_SHORT: CT
|
2991
2991
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
2992
|
-
:SPECIFIC_SHORT:
|
2992
|
+
:SPECIFIC_SHORT: CST
|
2993
2993
|
:ISO_BASIC_SHORT: "-06"
|
2994
2994
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
2995
2995
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3008,9 +3008,9 @@ America/Kralendijk:
|
|
3008
3008
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3009
3009
|
:GENERIC_LOCATION: Waktu Belanda Karibia
|
3010
3010
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3011
|
-
:GENERIC_SHORT:
|
3011
|
+
:GENERIC_SHORT: AST
|
3012
3012
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3013
|
-
:SPECIFIC_SHORT:
|
3013
|
+
:SPECIFIC_SHORT: AST
|
3014
3014
|
:ISO_BASIC_SHORT: "-04"
|
3015
3015
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3016
3016
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3071,9 +3071,9 @@ America/Los_Angeles:
|
|
3071
3071
|
:LOCALIZED_GMT_SHORT: GMT-8
|
3072
3072
|
:GENERIC_LOCATION: Waktu Los Angeles
|
3073
3073
|
:GENERIC_LONG: Waktu Pasifik
|
3074
|
-
:GENERIC_SHORT:
|
3074
|
+
:GENERIC_SHORT: PT
|
3075
3075
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
3076
|
-
:SPECIFIC_SHORT:
|
3076
|
+
:SPECIFIC_SHORT: PST
|
3077
3077
|
:ISO_BASIC_SHORT: "-08"
|
3078
3078
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
3079
3079
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -3092,9 +3092,9 @@ America/Louisville:
|
|
3092
3092
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3093
3093
|
:GENERIC_LOCATION: Waktu Louisville
|
3094
3094
|
:GENERIC_LONG: Waktu Timur
|
3095
|
-
:GENERIC_SHORT:
|
3095
|
+
:GENERIC_SHORT: ET
|
3096
3096
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3097
|
-
:SPECIFIC_SHORT:
|
3097
|
+
:SPECIFIC_SHORT: EST
|
3098
3098
|
:ISO_BASIC_SHORT: "-05"
|
3099
3099
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3100
3100
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3113,9 +3113,9 @@ America/Lower_Princes:
|
|
3113
3113
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3114
3114
|
:GENERIC_LOCATION: Waktu Sint Maarten
|
3115
3115
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3116
|
-
:GENERIC_SHORT:
|
3116
|
+
:GENERIC_SHORT: AST
|
3117
3117
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3118
|
-
:SPECIFIC_SHORT:
|
3118
|
+
:SPECIFIC_SHORT: AST
|
3119
3119
|
:ISO_BASIC_SHORT: "-04"
|
3120
3120
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3121
3121
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3155,9 +3155,9 @@ America/Managua:
|
|
3155
3155
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3156
3156
|
:GENERIC_LOCATION: Waktu Nikaragua
|
3157
3157
|
:GENERIC_LONG: Waktu Standar Tengah
|
3158
|
-
:GENERIC_SHORT:
|
3158
|
+
:GENERIC_SHORT: CST
|
3159
3159
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3160
|
-
:SPECIFIC_SHORT:
|
3160
|
+
:SPECIFIC_SHORT: CST
|
3161
3161
|
:ISO_BASIC_SHORT: "-06"
|
3162
3162
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3163
3163
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3197,9 +3197,9 @@ America/Marigot:
|
|
3197
3197
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3198
3198
|
:GENERIC_LOCATION: Waktu Saint Martin
|
3199
3199
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3200
|
-
:GENERIC_SHORT:
|
3200
|
+
:GENERIC_SHORT: AST
|
3201
3201
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3202
|
-
:SPECIFIC_SHORT:
|
3202
|
+
:SPECIFIC_SHORT: AST
|
3203
3203
|
:ISO_BASIC_SHORT: "-04"
|
3204
3204
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3205
3205
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3218,9 +3218,9 @@ America/Martinique:
|
|
3218
3218
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3219
3219
|
:GENERIC_LOCATION: Waktu Martinik
|
3220
3220
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3221
|
-
:GENERIC_SHORT:
|
3221
|
+
:GENERIC_SHORT: AST
|
3222
3222
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3223
|
-
:SPECIFIC_SHORT:
|
3223
|
+
:SPECIFIC_SHORT: AST
|
3224
3224
|
:ISO_BASIC_SHORT: "-04"
|
3225
3225
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3226
3226
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3239,9 +3239,9 @@ America/Matamoros:
|
|
3239
3239
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3240
3240
|
:GENERIC_LOCATION: Waktu Matamoros
|
3241
3241
|
:GENERIC_LONG: Waktu Tengah
|
3242
|
-
:GENERIC_SHORT:
|
3242
|
+
:GENERIC_SHORT: CT
|
3243
3243
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3244
|
-
:SPECIFIC_SHORT:
|
3244
|
+
:SPECIFIC_SHORT: CST
|
3245
3245
|
:ISO_BASIC_SHORT: "-06"
|
3246
3246
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3247
3247
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3302,9 +3302,9 @@ America/Menominee:
|
|
3302
3302
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3303
3303
|
:GENERIC_LOCATION: Waktu Menominee
|
3304
3304
|
:GENERIC_LONG: Waktu Tengah
|
3305
|
-
:GENERIC_SHORT:
|
3305
|
+
:GENERIC_SHORT: CT
|
3306
3306
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3307
|
-
:SPECIFIC_SHORT:
|
3307
|
+
:SPECIFIC_SHORT: CST
|
3308
3308
|
:ISO_BASIC_SHORT: "-06"
|
3309
3309
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3310
3310
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3323,9 +3323,9 @@ America/Merida:
|
|
3323
3323
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3324
3324
|
:GENERIC_LOCATION: Waktu Merida
|
3325
3325
|
:GENERIC_LONG: Waktu Tengah
|
3326
|
-
:GENERIC_SHORT:
|
3326
|
+
:GENERIC_SHORT: CT
|
3327
3327
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3328
|
-
:SPECIFIC_SHORT:
|
3328
|
+
:SPECIFIC_SHORT: CST
|
3329
3329
|
:ISO_BASIC_SHORT: "-06"
|
3330
3330
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3331
3331
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3344,9 +3344,9 @@ America/Metlakatla:
|
|
3344
3344
|
:LOCALIZED_GMT_SHORT: GMT-9
|
3345
3345
|
:GENERIC_LOCATION: Waktu Metlakatla
|
3346
3346
|
:GENERIC_LONG: Waktu Alaska
|
3347
|
-
:GENERIC_SHORT:
|
3347
|
+
:GENERIC_SHORT: AKT
|
3348
3348
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
3349
|
-
:SPECIFIC_SHORT:
|
3349
|
+
:SPECIFIC_SHORT: AKST
|
3350
3350
|
:ISO_BASIC_SHORT: "-09"
|
3351
3351
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
3352
3352
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -3365,9 +3365,9 @@ America/Mexico_City:
|
|
3365
3365
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3366
3366
|
:GENERIC_LOCATION: Waktu Mexico City
|
3367
3367
|
:GENERIC_LONG: Waktu Tengah
|
3368
|
-
:GENERIC_SHORT:
|
3368
|
+
:GENERIC_SHORT: CT
|
3369
3369
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3370
|
-
:SPECIFIC_SHORT:
|
3370
|
+
:SPECIFIC_SHORT: CST
|
3371
3371
|
:ISO_BASIC_SHORT: "-06"
|
3372
3372
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3373
3373
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3386,9 +3386,9 @@ America/Miquelon:
|
|
3386
3386
|
:LOCALIZED_GMT_SHORT: GMT-3
|
3387
3387
|
:GENERIC_LOCATION: Waktu Saint Pierre dan Miquelon
|
3388
3388
|
:GENERIC_LONG: Waktu Saint Pierre dan Miquelon
|
3389
|
-
:GENERIC_SHORT:
|
3389
|
+
:GENERIC_SHORT: PMT
|
3390
3390
|
:SPECIFIC_LONG: Waktu Standar Saint Pierre dan Miquelon
|
3391
|
-
:SPECIFIC_SHORT:
|
3391
|
+
:SPECIFIC_SHORT: PMST
|
3392
3392
|
:ISO_BASIC_SHORT: "-03"
|
3393
3393
|
:ISO_BASIC_LOCAL_SHORT: "-03"
|
3394
3394
|
:ISO_BASIC_FIXED: "-0300"
|
@@ -3407,9 +3407,9 @@ America/Moncton:
|
|
3407
3407
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3408
3408
|
:GENERIC_LOCATION: Waktu Moncton
|
3409
3409
|
:GENERIC_LONG: Waktu Atlantik
|
3410
|
-
:GENERIC_SHORT:
|
3410
|
+
:GENERIC_SHORT: AT
|
3411
3411
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3412
|
-
:SPECIFIC_SHORT:
|
3412
|
+
:SPECIFIC_SHORT: AST
|
3413
3413
|
:ISO_BASIC_SHORT: "-04"
|
3414
3414
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3415
3415
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3428,9 +3428,9 @@ America/Monterrey:
|
|
3428
3428
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3429
3429
|
:GENERIC_LOCATION: Waktu Monterrey
|
3430
3430
|
:GENERIC_LONG: Waktu Tengah
|
3431
|
-
:GENERIC_SHORT:
|
3431
|
+
:GENERIC_SHORT: CT
|
3432
3432
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3433
|
-
:SPECIFIC_SHORT:
|
3433
|
+
:SPECIFIC_SHORT: CST
|
3434
3434
|
:ISO_BASIC_SHORT: "-06"
|
3435
3435
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3436
3436
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3491,9 +3491,9 @@ America/Montserrat:
|
|
3491
3491
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3492
3492
|
:GENERIC_LOCATION: Waktu Montserrat
|
3493
3493
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3494
|
-
:GENERIC_SHORT:
|
3494
|
+
:GENERIC_SHORT: AST
|
3495
3495
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3496
|
-
:SPECIFIC_SHORT:
|
3496
|
+
:SPECIFIC_SHORT: AST
|
3497
3497
|
:ISO_BASIC_SHORT: "-04"
|
3498
3498
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3499
3499
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3512,9 +3512,9 @@ America/Nassau:
|
|
3512
3512
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3513
3513
|
:GENERIC_LOCATION: Waktu Bahama
|
3514
3514
|
:GENERIC_LONG: Waktu Timur
|
3515
|
-
:GENERIC_SHORT:
|
3515
|
+
:GENERIC_SHORT: ET
|
3516
3516
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3517
|
-
:SPECIFIC_SHORT:
|
3517
|
+
:SPECIFIC_SHORT: EST
|
3518
3518
|
:ISO_BASIC_SHORT: "-05"
|
3519
3519
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3520
3520
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3533,9 +3533,9 @@ America/New_York:
|
|
3533
3533
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3534
3534
|
:GENERIC_LOCATION: Waktu New York
|
3535
3535
|
:GENERIC_LONG: Waktu Timur
|
3536
|
-
:GENERIC_SHORT:
|
3536
|
+
:GENERIC_SHORT: ET
|
3537
3537
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3538
|
-
:SPECIFIC_SHORT:
|
3538
|
+
:SPECIFIC_SHORT: EST
|
3539
3539
|
:ISO_BASIC_SHORT: "-05"
|
3540
3540
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3541
3541
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3554,9 +3554,9 @@ America/Nipigon:
|
|
3554
3554
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3555
3555
|
:GENERIC_LOCATION: Waktu Nipigon
|
3556
3556
|
:GENERIC_LONG: Waktu Timur
|
3557
|
-
:GENERIC_SHORT:
|
3557
|
+
:GENERIC_SHORT: ET
|
3558
3558
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3559
|
-
:SPECIFIC_SHORT:
|
3559
|
+
:SPECIFIC_SHORT: EST
|
3560
3560
|
:ISO_BASIC_SHORT: "-05"
|
3561
3561
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3562
3562
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3575,9 +3575,9 @@ America/Nome:
|
|
3575
3575
|
:LOCALIZED_GMT_SHORT: GMT-9
|
3576
3576
|
:GENERIC_LOCATION: Waktu Nome
|
3577
3577
|
:GENERIC_LONG: Waktu Alaska
|
3578
|
-
:GENERIC_SHORT:
|
3578
|
+
:GENERIC_SHORT: AKT
|
3579
3579
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
3580
|
-
:SPECIFIC_SHORT:
|
3580
|
+
:SPECIFIC_SHORT: AKST
|
3581
3581
|
:ISO_BASIC_SHORT: "-09"
|
3582
3582
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
3583
3583
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -3617,9 +3617,9 @@ America/North_Dakota/Beulah:
|
|
3617
3617
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3618
3618
|
:GENERIC_LOCATION: Waktu Beulah, Dakota Utara
|
3619
3619
|
:GENERIC_LONG: Waktu Tengah
|
3620
|
-
:GENERIC_SHORT:
|
3620
|
+
:GENERIC_SHORT: CT
|
3621
3621
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3622
|
-
:SPECIFIC_SHORT:
|
3622
|
+
:SPECIFIC_SHORT: CST
|
3623
3623
|
:ISO_BASIC_SHORT: "-06"
|
3624
3624
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3625
3625
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3638,9 +3638,9 @@ America/North_Dakota/Center:
|
|
3638
3638
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3639
3639
|
:GENERIC_LOCATION: Waktu Center, Dakota Utara
|
3640
3640
|
:GENERIC_LONG: Waktu Tengah
|
3641
|
-
:GENERIC_SHORT:
|
3641
|
+
:GENERIC_SHORT: CT
|
3642
3642
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3643
|
-
:SPECIFIC_SHORT:
|
3643
|
+
:SPECIFIC_SHORT: CST
|
3644
3644
|
:ISO_BASIC_SHORT: "-06"
|
3645
3645
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3646
3646
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3659,9 +3659,9 @@ America/North_Dakota/New_Salem:
|
|
3659
3659
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3660
3660
|
:GENERIC_LOCATION: Waktu New Salem, Dakota Utara
|
3661
3661
|
:GENERIC_LONG: Waktu Tengah
|
3662
|
-
:GENERIC_SHORT:
|
3662
|
+
:GENERIC_SHORT: CT
|
3663
3663
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3664
|
-
:SPECIFIC_SHORT:
|
3664
|
+
:SPECIFIC_SHORT: CST
|
3665
3665
|
:ISO_BASIC_SHORT: "-06"
|
3666
3666
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3667
3667
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3701,9 +3701,9 @@ America/Ojinaga:
|
|
3701
3701
|
:LOCALIZED_GMT_SHORT: GMT-7
|
3702
3702
|
:GENERIC_LOCATION: Waktu Ojinaga
|
3703
3703
|
:GENERIC_LONG: Waktu Pegunungan
|
3704
|
-
:GENERIC_SHORT:
|
3704
|
+
:GENERIC_SHORT: MT
|
3705
3705
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
3706
|
-
:SPECIFIC_SHORT:
|
3706
|
+
:SPECIFIC_SHORT: MST
|
3707
3707
|
:ISO_BASIC_SHORT: "-07"
|
3708
3708
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
3709
3709
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -3722,9 +3722,9 @@ America/Panama:
|
|
3722
3722
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3723
3723
|
:GENERIC_LOCATION: Waktu Panama
|
3724
3724
|
:GENERIC_LONG: Waktu Standar Timur
|
3725
|
-
:GENERIC_SHORT:
|
3725
|
+
:GENERIC_SHORT: EST
|
3726
3726
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3727
|
-
:SPECIFIC_SHORT:
|
3727
|
+
:SPECIFIC_SHORT: EST
|
3728
3728
|
:ISO_BASIC_SHORT: "-05"
|
3729
3729
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3730
3730
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3743,9 +3743,9 @@ America/Pangnirtung:
|
|
3743
3743
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3744
3744
|
:GENERIC_LOCATION: Waktu Pangnirtung
|
3745
3745
|
:GENERIC_LONG: Waktu Timur
|
3746
|
-
:GENERIC_SHORT:
|
3746
|
+
:GENERIC_SHORT: ET
|
3747
3747
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3748
|
-
:SPECIFIC_SHORT:
|
3748
|
+
:SPECIFIC_SHORT: EST
|
3749
3749
|
:ISO_BASIC_SHORT: "-05"
|
3750
3750
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3751
3751
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3785,9 +3785,9 @@ America/Phoenix:
|
|
3785
3785
|
:LOCALIZED_GMT_SHORT: GMT-7
|
3786
3786
|
:GENERIC_LOCATION: Waktu Phoenix
|
3787
3787
|
:GENERIC_LONG: Waktu Standar Pegunungan
|
3788
|
-
:GENERIC_SHORT:
|
3788
|
+
:GENERIC_SHORT: MST
|
3789
3789
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
3790
|
-
:SPECIFIC_SHORT:
|
3790
|
+
:SPECIFIC_SHORT: MST
|
3791
3791
|
:ISO_BASIC_SHORT: "-07"
|
3792
3792
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
3793
3793
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -3806,9 +3806,9 @@ America/Port-au-Prince:
|
|
3806
3806
|
:LOCALIZED_GMT_SHORT: GMT-5
|
3807
3807
|
:GENERIC_LOCATION: Waktu Haiti
|
3808
3808
|
:GENERIC_LONG: Waktu Timur
|
3809
|
-
:GENERIC_SHORT:
|
3809
|
+
:GENERIC_SHORT: ET
|
3810
3810
|
:SPECIFIC_LONG: Waktu Standar Timur
|
3811
|
-
:SPECIFIC_SHORT:
|
3811
|
+
:SPECIFIC_SHORT: EST
|
3812
3812
|
:ISO_BASIC_SHORT: "-05"
|
3813
3813
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
3814
3814
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -3827,9 +3827,9 @@ America/Port_of_Spain:
|
|
3827
3827
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3828
3828
|
:GENERIC_LOCATION: Waktu Trinidad dan Tobago
|
3829
3829
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3830
|
-
:GENERIC_SHORT:
|
3830
|
+
:GENERIC_SHORT: AST
|
3831
3831
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3832
|
-
:SPECIFIC_SHORT:
|
3832
|
+
:SPECIFIC_SHORT: AST
|
3833
3833
|
:ISO_BASIC_SHORT: "-04"
|
3834
3834
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3835
3835
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3890,9 +3890,9 @@ America/Puerto_Rico:
|
|
3890
3890
|
:LOCALIZED_GMT_SHORT: GMT-4
|
3891
3891
|
:GENERIC_LOCATION: Waktu Puerto Riko
|
3892
3892
|
:GENERIC_LONG: Waktu Standar Atlantik
|
3893
|
-
:GENERIC_SHORT:
|
3893
|
+
:GENERIC_SHORT: AST
|
3894
3894
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
3895
|
-
:SPECIFIC_SHORT:
|
3895
|
+
:SPECIFIC_SHORT: AST
|
3896
3896
|
:ISO_BASIC_SHORT: "-04"
|
3897
3897
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
3898
3898
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -3932,9 +3932,9 @@ America/Rainy_River:
|
|
3932
3932
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3933
3933
|
:GENERIC_LOCATION: Waktu Rainy River
|
3934
3934
|
:GENERIC_LONG: Waktu Tengah
|
3935
|
-
:GENERIC_SHORT:
|
3935
|
+
:GENERIC_SHORT: CT
|
3936
3936
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3937
|
-
:SPECIFIC_SHORT:
|
3937
|
+
:SPECIFIC_SHORT: CST
|
3938
3938
|
:ISO_BASIC_SHORT: "-06"
|
3939
3939
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3940
3940
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3953,9 +3953,9 @@ America/Rankin_Inlet:
|
|
3953
3953
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3954
3954
|
:GENERIC_LOCATION: Waktu Rankin Inlet
|
3955
3955
|
:GENERIC_LONG: Waktu Tengah
|
3956
|
-
:GENERIC_SHORT:
|
3956
|
+
:GENERIC_SHORT: CT
|
3957
3957
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
3958
|
-
:SPECIFIC_SHORT:
|
3958
|
+
:SPECIFIC_SHORT: CST
|
3959
3959
|
:ISO_BASIC_SHORT: "-06"
|
3960
3960
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
3961
3961
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -3995,9 +3995,9 @@ America/Regina:
|
|
3995
3995
|
:LOCALIZED_GMT_SHORT: GMT-6
|
3996
3996
|
:GENERIC_LOCATION: Waktu Regina
|
3997
3997
|
:GENERIC_LONG: Waktu Standar Tengah
|
3998
|
-
:GENERIC_SHORT:
|
3998
|
+
:GENERIC_SHORT: CST
|
3999
3999
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
4000
|
-
:SPECIFIC_SHORT:
|
4000
|
+
:SPECIFIC_SHORT: CST
|
4001
4001
|
:ISO_BASIC_SHORT: "-06"
|
4002
4002
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
4003
4003
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -4016,9 +4016,9 @@ America/Resolute:
|
|
4016
4016
|
:LOCALIZED_GMT_SHORT: GMT-6
|
4017
4017
|
:GENERIC_LOCATION: Waktu Resolute
|
4018
4018
|
:GENERIC_LONG: Waktu Tengah
|
4019
|
-
:GENERIC_SHORT:
|
4019
|
+
:GENERIC_SHORT: CT
|
4020
4020
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
4021
|
-
:SPECIFIC_SHORT:
|
4021
|
+
:SPECIFIC_SHORT: CST
|
4022
4022
|
:ISO_BASIC_SHORT: "-06"
|
4023
4023
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
4024
4024
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -4142,9 +4142,9 @@ America/Santo_Domingo:
|
|
4142
4142
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4143
4143
|
:GENERIC_LOCATION: Waktu Republik Dominika
|
4144
4144
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4145
|
-
:GENERIC_SHORT:
|
4145
|
+
:GENERIC_SHORT: AST
|
4146
4146
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4147
|
-
:SPECIFIC_SHORT:
|
4147
|
+
:SPECIFIC_SHORT: AST
|
4148
4148
|
:ISO_BASIC_SHORT: "-04"
|
4149
4149
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4150
4150
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4184,9 +4184,9 @@ America/Scoresbysund:
|
|
4184
4184
|
:LOCALIZED_GMT_SHORT: GMT-1
|
4185
4185
|
:GENERIC_LOCATION: Waktu Ittoqqortoormiit
|
4186
4186
|
:GENERIC_LONG: Waktu Greenland Timur
|
4187
|
-
:GENERIC_SHORT:
|
4187
|
+
:GENERIC_SHORT: EGT
|
4188
4188
|
:SPECIFIC_LONG: Waktu Standar Greenland Timur
|
4189
|
-
:SPECIFIC_SHORT:
|
4189
|
+
:SPECIFIC_SHORT: EGST
|
4190
4190
|
:ISO_BASIC_SHORT: "-01"
|
4191
4191
|
:ISO_BASIC_LOCAL_SHORT: "-01"
|
4192
4192
|
:ISO_BASIC_FIXED: "-0100"
|
@@ -4205,9 +4205,9 @@ America/Shiprock:
|
|
4205
4205
|
:LOCALIZED_GMT_SHORT: GMT-7
|
4206
4206
|
:GENERIC_LOCATION: Waktu Denver
|
4207
4207
|
:GENERIC_LONG: Waktu Pegunungan
|
4208
|
-
:GENERIC_SHORT:
|
4208
|
+
:GENERIC_SHORT: MT
|
4209
4209
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
4210
|
-
:SPECIFIC_SHORT:
|
4210
|
+
:SPECIFIC_SHORT: MST
|
4211
4211
|
:ISO_BASIC_SHORT: "-07"
|
4212
4212
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
4213
4213
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -4226,9 +4226,9 @@ America/Sitka:
|
|
4226
4226
|
:LOCALIZED_GMT_SHORT: GMT-9
|
4227
4227
|
:GENERIC_LOCATION: Waktu Sitka
|
4228
4228
|
:GENERIC_LONG: Waktu Alaska
|
4229
|
-
:GENERIC_SHORT:
|
4229
|
+
:GENERIC_SHORT: AKT
|
4230
4230
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
4231
|
-
:SPECIFIC_SHORT:
|
4231
|
+
:SPECIFIC_SHORT: AKST
|
4232
4232
|
:ISO_BASIC_SHORT: "-09"
|
4233
4233
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
4234
4234
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -4247,9 +4247,9 @@ America/St_Barthelemy:
|
|
4247
4247
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4248
4248
|
:GENERIC_LOCATION: Waktu Saint Barthélemy
|
4249
4249
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4250
|
-
:GENERIC_SHORT:
|
4250
|
+
:GENERIC_SHORT: AST
|
4251
4251
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4252
|
-
:SPECIFIC_SHORT:
|
4252
|
+
:SPECIFIC_SHORT: AST
|
4253
4253
|
:ISO_BASIC_SHORT: "-04"
|
4254
4254
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4255
4255
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4268,9 +4268,9 @@ America/St_Johns:
|
|
4268
4268
|
:LOCALIZED_GMT_SHORT: GMT-3.30
|
4269
4269
|
:GENERIC_LOCATION: Waktu St. John’s
|
4270
4270
|
:GENERIC_LONG: Waktu Newfoundland
|
4271
|
-
:GENERIC_SHORT:
|
4271
|
+
:GENERIC_SHORT: NT
|
4272
4272
|
:SPECIFIC_LONG: Waktu Standar Newfoundland
|
4273
|
-
:SPECIFIC_SHORT:
|
4273
|
+
:SPECIFIC_SHORT: NST
|
4274
4274
|
:ISO_BASIC_SHORT: "-0330"
|
4275
4275
|
:ISO_BASIC_LOCAL_SHORT: "-0330"
|
4276
4276
|
:ISO_BASIC_FIXED: "-0330"
|
@@ -4289,9 +4289,9 @@ America/St_Kitts:
|
|
4289
4289
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4290
4290
|
:GENERIC_LOCATION: Waktu Saint Kitts dan Nevis
|
4291
4291
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4292
|
-
:GENERIC_SHORT:
|
4292
|
+
:GENERIC_SHORT: AST
|
4293
4293
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4294
|
-
:SPECIFIC_SHORT:
|
4294
|
+
:SPECIFIC_SHORT: AST
|
4295
4295
|
:ISO_BASIC_SHORT: "-04"
|
4296
4296
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4297
4297
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4310,9 +4310,9 @@ America/St_Lucia:
|
|
4310
4310
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4311
4311
|
:GENERIC_LOCATION: Waktu Saint Lucia
|
4312
4312
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4313
|
-
:GENERIC_SHORT:
|
4313
|
+
:GENERIC_SHORT: AST
|
4314
4314
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4315
|
-
:SPECIFIC_SHORT:
|
4315
|
+
:SPECIFIC_SHORT: AST
|
4316
4316
|
:ISO_BASIC_SHORT: "-04"
|
4317
4317
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4318
4318
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4331,9 +4331,9 @@ America/St_Thomas:
|
|
4331
4331
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4332
4332
|
:GENERIC_LOCATION: Waktu Kepulauan Virgin Amerika Serikat
|
4333
4333
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4334
|
-
:GENERIC_SHORT:
|
4334
|
+
:GENERIC_SHORT: AST
|
4335
4335
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4336
|
-
:SPECIFIC_SHORT:
|
4336
|
+
:SPECIFIC_SHORT: AST
|
4337
4337
|
:ISO_BASIC_SHORT: "-04"
|
4338
4338
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4339
4339
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4352,9 +4352,9 @@ America/St_Vincent:
|
|
4352
4352
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4353
4353
|
:GENERIC_LOCATION: Waktu Saint Vincent dan Grenadine
|
4354
4354
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4355
|
-
:GENERIC_SHORT:
|
4355
|
+
:GENERIC_SHORT: AST
|
4356
4356
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4357
|
-
:SPECIFIC_SHORT:
|
4357
|
+
:SPECIFIC_SHORT: AST
|
4358
4358
|
:ISO_BASIC_SHORT: "-04"
|
4359
4359
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4360
4360
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4373,9 +4373,9 @@ America/Swift_Current:
|
|
4373
4373
|
:LOCALIZED_GMT_SHORT: GMT-6
|
4374
4374
|
:GENERIC_LOCATION: Waktu Swift Current
|
4375
4375
|
:GENERIC_LONG: Waktu Standar Tengah
|
4376
|
-
:GENERIC_SHORT:
|
4376
|
+
:GENERIC_SHORT: CST
|
4377
4377
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
4378
|
-
:SPECIFIC_SHORT:
|
4378
|
+
:SPECIFIC_SHORT: CST
|
4379
4379
|
:ISO_BASIC_SHORT: "-06"
|
4380
4380
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
4381
4381
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -4394,9 +4394,9 @@ America/Tegucigalpa:
|
|
4394
4394
|
:LOCALIZED_GMT_SHORT: GMT-6
|
4395
4395
|
:GENERIC_LOCATION: Waktu Honduras
|
4396
4396
|
:GENERIC_LONG: Waktu Standar Tengah
|
4397
|
-
:GENERIC_SHORT:
|
4397
|
+
:GENERIC_SHORT: CST
|
4398
4398
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
4399
|
-
:SPECIFIC_SHORT:
|
4399
|
+
:SPECIFIC_SHORT: CST
|
4400
4400
|
:ISO_BASIC_SHORT: "-06"
|
4401
4401
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
4402
4402
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -4415,9 +4415,9 @@ America/Thule:
|
|
4415
4415
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4416
4416
|
:GENERIC_LOCATION: Waktu Thule
|
4417
4417
|
:GENERIC_LONG: Waktu Atlantik
|
4418
|
-
:GENERIC_SHORT:
|
4418
|
+
:GENERIC_SHORT: AT
|
4419
4419
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4420
|
-
:SPECIFIC_SHORT:
|
4420
|
+
:SPECIFIC_SHORT: AST
|
4421
4421
|
:ISO_BASIC_SHORT: "-04"
|
4422
4422
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4423
4423
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4436,9 +4436,9 @@ America/Thunder_Bay:
|
|
4436
4436
|
:LOCALIZED_GMT_SHORT: GMT-5
|
4437
4437
|
:GENERIC_LOCATION: Waktu Thunder Bay
|
4438
4438
|
:GENERIC_LONG: Waktu Timur
|
4439
|
-
:GENERIC_SHORT:
|
4439
|
+
:GENERIC_SHORT: ET
|
4440
4440
|
:SPECIFIC_LONG: Waktu Standar Timur
|
4441
|
-
:SPECIFIC_SHORT:
|
4441
|
+
:SPECIFIC_SHORT: EST
|
4442
4442
|
:ISO_BASIC_SHORT: "-05"
|
4443
4443
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
4444
4444
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -4457,9 +4457,9 @@ America/Tijuana:
|
|
4457
4457
|
:LOCALIZED_GMT_SHORT: GMT-8
|
4458
4458
|
:GENERIC_LOCATION: Waktu Tijuana
|
4459
4459
|
:GENERIC_LONG: Waktu Pasifik
|
4460
|
-
:GENERIC_SHORT:
|
4460
|
+
:GENERIC_SHORT: PT
|
4461
4461
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
4462
|
-
:SPECIFIC_SHORT:
|
4462
|
+
:SPECIFIC_SHORT: PST
|
4463
4463
|
:ISO_BASIC_SHORT: "-08"
|
4464
4464
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
4465
4465
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -4478,9 +4478,9 @@ America/Toronto:
|
|
4478
4478
|
:LOCALIZED_GMT_SHORT: GMT-5
|
4479
4479
|
:GENERIC_LOCATION: Waktu Toronto
|
4480
4480
|
:GENERIC_LONG: Waktu Timur
|
4481
|
-
:GENERIC_SHORT:
|
4481
|
+
:GENERIC_SHORT: ET
|
4482
4482
|
:SPECIFIC_LONG: Waktu Standar Timur
|
4483
|
-
:SPECIFIC_SHORT:
|
4483
|
+
:SPECIFIC_SHORT: EST
|
4484
4484
|
:ISO_BASIC_SHORT: "-05"
|
4485
4485
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
4486
4486
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -4499,9 +4499,9 @@ America/Tortola:
|
|
4499
4499
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4500
4500
|
:GENERIC_LOCATION: Waktu Kepulauan Virgin Britania Raya
|
4501
4501
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4502
|
-
:GENERIC_SHORT:
|
4502
|
+
:GENERIC_SHORT: AST
|
4503
4503
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4504
|
-
:SPECIFIC_SHORT:
|
4504
|
+
:SPECIFIC_SHORT: AST
|
4505
4505
|
:ISO_BASIC_SHORT: "-04"
|
4506
4506
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4507
4507
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4520,9 +4520,9 @@ America/Vancouver:
|
|
4520
4520
|
:LOCALIZED_GMT_SHORT: GMT-8
|
4521
4521
|
:GENERIC_LOCATION: Waktu Vancouver
|
4522
4522
|
:GENERIC_LONG: Waktu Pasifik
|
4523
|
-
:GENERIC_SHORT:
|
4523
|
+
:GENERIC_SHORT: PT
|
4524
4524
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
4525
|
-
:SPECIFIC_SHORT:
|
4525
|
+
:SPECIFIC_SHORT: PST
|
4526
4526
|
:ISO_BASIC_SHORT: "-08"
|
4527
4527
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
4528
4528
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -4541,9 +4541,9 @@ America/Virgin:
|
|
4541
4541
|
:LOCALIZED_GMT_SHORT: GMT-4
|
4542
4542
|
:GENERIC_LOCATION: Waktu Kepulauan Virgin Amerika Serikat
|
4543
4543
|
:GENERIC_LONG: Waktu Standar Atlantik
|
4544
|
-
:GENERIC_SHORT:
|
4544
|
+
:GENERIC_SHORT: AST
|
4545
4545
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
4546
|
-
:SPECIFIC_SHORT:
|
4546
|
+
:SPECIFIC_SHORT: AST
|
4547
4547
|
:ISO_BASIC_SHORT: "-04"
|
4548
4548
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
4549
4549
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -4562,9 +4562,9 @@ America/Whitehorse:
|
|
4562
4562
|
:LOCALIZED_GMT_SHORT: GMT-8
|
4563
4563
|
:GENERIC_LOCATION: Waktu Whitehorse
|
4564
4564
|
:GENERIC_LONG: Waktu Pasifik
|
4565
|
-
:GENERIC_SHORT:
|
4565
|
+
:GENERIC_SHORT: PT
|
4566
4566
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
4567
|
-
:SPECIFIC_SHORT:
|
4567
|
+
:SPECIFIC_SHORT: PST
|
4568
4568
|
:ISO_BASIC_SHORT: "-08"
|
4569
4569
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
4570
4570
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -4583,9 +4583,9 @@ America/Winnipeg:
|
|
4583
4583
|
:LOCALIZED_GMT_SHORT: GMT-6
|
4584
4584
|
:GENERIC_LOCATION: Waktu Winnipeg
|
4585
4585
|
:GENERIC_LONG: Waktu Tengah
|
4586
|
-
:GENERIC_SHORT:
|
4586
|
+
:GENERIC_SHORT: CT
|
4587
4587
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
4588
|
-
:SPECIFIC_SHORT:
|
4588
|
+
:SPECIFIC_SHORT: CST
|
4589
4589
|
:ISO_BASIC_SHORT: "-06"
|
4590
4590
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
4591
4591
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -4604,9 +4604,9 @@ America/Yakutat:
|
|
4604
4604
|
:LOCALIZED_GMT_SHORT: GMT-9
|
4605
4605
|
:GENERIC_LOCATION: Waktu Yakutat
|
4606
4606
|
:GENERIC_LONG: Waktu Alaska
|
4607
|
-
:GENERIC_SHORT:
|
4607
|
+
:GENERIC_SHORT: AKT
|
4608
4608
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
4609
|
-
:SPECIFIC_SHORT:
|
4609
|
+
:SPECIFIC_SHORT: AKST
|
4610
4610
|
:ISO_BASIC_SHORT: "-09"
|
4611
4611
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
4612
4612
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -4625,9 +4625,9 @@ America/Yellowknife:
|
|
4625
4625
|
:LOCALIZED_GMT_SHORT: GMT-7
|
4626
4626
|
:GENERIC_LOCATION: Waktu Yellowknife
|
4627
4627
|
:GENERIC_LONG: Waktu Pegunungan
|
4628
|
-
:GENERIC_SHORT:
|
4628
|
+
:GENERIC_SHORT: MT
|
4629
4629
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
4630
|
-
:SPECIFIC_SHORT:
|
4630
|
+
:SPECIFIC_SHORT: MST
|
4631
4631
|
:ISO_BASIC_SHORT: "-07"
|
4632
4632
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
4633
4633
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -5562,7 +5562,7 @@ Asia/Gaza:
|
|
5562
5562
|
:ISO_EXTENDED_LOCAL_FIXED: "+02:00"
|
5563
5563
|
:ISO_EXTENDED_FULL: "+02:00"
|
5564
5564
|
:ISO_EXTENDED_LOCAL_FULL: "+02:00"
|
5565
|
-
:ZONE_ID_SHORT:
|
5565
|
+
:ZONE_ID_SHORT: gazastrp
|
5566
5566
|
:EXEMPLAR_LOCATION: Gaza
|
5567
5567
|
Asia/Harbin:
|
5568
5568
|
:offset: 28800000
|
@@ -7019,9 +7019,9 @@ Atlantic/Bermuda:
|
|
7019
7019
|
:LOCALIZED_GMT_SHORT: GMT-4
|
7020
7020
|
:GENERIC_LOCATION: Waktu Bermuda
|
7021
7021
|
:GENERIC_LONG: Waktu Atlantik
|
7022
|
-
:GENERIC_SHORT:
|
7022
|
+
:GENERIC_SHORT: AT
|
7023
7023
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
7024
|
-
:SPECIFIC_SHORT:
|
7024
|
+
:SPECIFIC_SHORT: AST
|
7025
7025
|
:ISO_BASIC_SHORT: "-04"
|
7026
7026
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
7027
7027
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -7838,9 +7838,9 @@ CST6CDT:
|
|
7838
7838
|
:LOCALIZED_GMT_SHORT: GMT-6
|
7839
7839
|
:GENERIC_LOCATION: GMT-06.00
|
7840
7840
|
:GENERIC_LONG: Waktu Tengah
|
7841
|
-
:GENERIC_SHORT:
|
7841
|
+
:GENERIC_SHORT: CT
|
7842
7842
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
7843
|
-
:SPECIFIC_SHORT:
|
7843
|
+
:SPECIFIC_SHORT: CST
|
7844
7844
|
:ISO_BASIC_SHORT: "-06"
|
7845
7845
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
7846
7846
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -7859,9 +7859,9 @@ Canada/Atlantic:
|
|
7859
7859
|
:LOCALIZED_GMT_SHORT: GMT-4
|
7860
7860
|
:GENERIC_LOCATION: Waktu Halifax
|
7861
7861
|
:GENERIC_LONG: Waktu Atlantik
|
7862
|
-
:GENERIC_SHORT:
|
7862
|
+
:GENERIC_SHORT: AT
|
7863
7863
|
:SPECIFIC_LONG: Waktu Standar Atlantik
|
7864
|
-
:SPECIFIC_SHORT:
|
7864
|
+
:SPECIFIC_SHORT: AST
|
7865
7865
|
:ISO_BASIC_SHORT: "-04"
|
7866
7866
|
:ISO_BASIC_LOCAL_SHORT: "-04"
|
7867
7867
|
:ISO_BASIC_FIXED: "-0400"
|
@@ -7880,9 +7880,9 @@ Canada/Central:
|
|
7880
7880
|
:LOCALIZED_GMT_SHORT: GMT-6
|
7881
7881
|
:GENERIC_LOCATION: Waktu Winnipeg
|
7882
7882
|
:GENERIC_LONG: Waktu Tengah
|
7883
|
-
:GENERIC_SHORT:
|
7883
|
+
:GENERIC_SHORT: CT
|
7884
7884
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
7885
|
-
:SPECIFIC_SHORT:
|
7885
|
+
:SPECIFIC_SHORT: CST
|
7886
7886
|
:ISO_BASIC_SHORT: "-06"
|
7887
7887
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
7888
7888
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -7901,9 +7901,9 @@ Canada/Eastern:
|
|
7901
7901
|
:LOCALIZED_GMT_SHORT: GMT-5
|
7902
7902
|
:GENERIC_LOCATION: Waktu Toronto
|
7903
7903
|
:GENERIC_LONG: Waktu Timur
|
7904
|
-
:GENERIC_SHORT:
|
7904
|
+
:GENERIC_SHORT: ET
|
7905
7905
|
:SPECIFIC_LONG: Waktu Standar Timur
|
7906
|
-
:SPECIFIC_SHORT:
|
7906
|
+
:SPECIFIC_SHORT: EST
|
7907
7907
|
:ISO_BASIC_SHORT: "-05"
|
7908
7908
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
7909
7909
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -7922,9 +7922,9 @@ Canada/Mountain:
|
|
7922
7922
|
:LOCALIZED_GMT_SHORT: GMT-7
|
7923
7923
|
:GENERIC_LOCATION: Waktu Edmonton
|
7924
7924
|
:GENERIC_LONG: Waktu Pegunungan
|
7925
|
-
:GENERIC_SHORT:
|
7925
|
+
:GENERIC_SHORT: MT
|
7926
7926
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
7927
|
-
:SPECIFIC_SHORT:
|
7927
|
+
:SPECIFIC_SHORT: MST
|
7928
7928
|
:ISO_BASIC_SHORT: "-07"
|
7929
7929
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
7930
7930
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -7943,9 +7943,9 @@ Canada/Newfoundland:
|
|
7943
7943
|
:LOCALIZED_GMT_SHORT: GMT-3.30
|
7944
7944
|
:GENERIC_LOCATION: Waktu St. John’s
|
7945
7945
|
:GENERIC_LONG: Waktu Newfoundland
|
7946
|
-
:GENERIC_SHORT:
|
7946
|
+
:GENERIC_SHORT: NT
|
7947
7947
|
:SPECIFIC_LONG: Waktu Standar Newfoundland
|
7948
|
-
:SPECIFIC_SHORT:
|
7948
|
+
:SPECIFIC_SHORT: NST
|
7949
7949
|
:ISO_BASIC_SHORT: "-0330"
|
7950
7950
|
:ISO_BASIC_LOCAL_SHORT: "-0330"
|
7951
7951
|
:ISO_BASIC_FIXED: "-0330"
|
@@ -7964,9 +7964,9 @@ Canada/Pacific:
|
|
7964
7964
|
:LOCALIZED_GMT_SHORT: GMT-8
|
7965
7965
|
:GENERIC_LOCATION: Waktu Vancouver
|
7966
7966
|
:GENERIC_LONG: Waktu Pasifik
|
7967
|
-
:GENERIC_SHORT:
|
7967
|
+
:GENERIC_SHORT: PT
|
7968
7968
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
7969
|
-
:SPECIFIC_SHORT:
|
7969
|
+
:SPECIFIC_SHORT: PST
|
7970
7970
|
:ISO_BASIC_SHORT: "-08"
|
7971
7971
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
7972
7972
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -7985,9 +7985,9 @@ Canada/Saskatchewan:
|
|
7985
7985
|
:LOCALIZED_GMT_SHORT: GMT-6
|
7986
7986
|
:GENERIC_LOCATION: Waktu Regina
|
7987
7987
|
:GENERIC_LONG: Waktu Standar Tengah
|
7988
|
-
:GENERIC_SHORT:
|
7988
|
+
:GENERIC_SHORT: CST
|
7989
7989
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
7990
|
-
:SPECIFIC_SHORT:
|
7990
|
+
:SPECIFIC_SHORT: CST
|
7991
7991
|
:ISO_BASIC_SHORT: "-06"
|
7992
7992
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
7993
7993
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -8006,9 +8006,9 @@ Canada/Yukon:
|
|
8006
8006
|
:LOCALIZED_GMT_SHORT: GMT-8
|
8007
8007
|
:GENERIC_LOCATION: Waktu Whitehorse
|
8008
8008
|
:GENERIC_LONG: Waktu Pasifik
|
8009
|
-
:GENERIC_SHORT:
|
8009
|
+
:GENERIC_SHORT: PT
|
8010
8010
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
8011
|
-
:SPECIFIC_SHORT:
|
8011
|
+
:SPECIFIC_SHORT: PST
|
8012
8012
|
:ISO_BASIC_SHORT: "-08"
|
8013
8013
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
8014
8014
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -8069,9 +8069,9 @@ Cuba:
|
|
8069
8069
|
:LOCALIZED_GMT_SHORT: GMT-5
|
8070
8070
|
:GENERIC_LOCATION: Waktu Kuba
|
8071
8071
|
:GENERIC_LONG: Waktu Kuba
|
8072
|
-
:GENERIC_SHORT:
|
8072
|
+
:GENERIC_SHORT: CT (Kuba)
|
8073
8073
|
:SPECIFIC_LONG: Waktu Standar Kuba
|
8074
|
-
:SPECIFIC_SHORT:
|
8074
|
+
:SPECIFIC_SHORT: CST (Kuba)
|
8075
8075
|
:ISO_BASIC_SHORT: "-05"
|
8076
8076
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
8077
8077
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -8132,9 +8132,9 @@ EST5EDT:
|
|
8132
8132
|
:LOCALIZED_GMT_SHORT: GMT-5
|
8133
8133
|
:GENERIC_LOCATION: GMT-05.00
|
8134
8134
|
:GENERIC_LONG: Waktu Timur
|
8135
|
-
:GENERIC_SHORT:
|
8135
|
+
:GENERIC_SHORT: ET
|
8136
8136
|
:SPECIFIC_LONG: Waktu Standar Timur
|
8137
|
-
:SPECIFIC_SHORT:
|
8137
|
+
:SPECIFIC_SHORT: EST
|
8138
8138
|
:ISO_BASIC_SHORT: "-05"
|
8139
8139
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
8140
8140
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -10143,7 +10143,7 @@ Europe/Vilnius:
|
|
10143
10143
|
:ZONE_ID_SHORT: ltvno
|
10144
10144
|
:EXEMPLAR_LOCATION: Vilnius
|
10145
10145
|
Europe/Volgograd:
|
10146
|
-
:offset:
|
10146
|
+
:offset: 10800000
|
10147
10147
|
:LOCALIZED_GMT: GMT+04.00
|
10148
10148
|
:LOCALIZED_GMT_SHORT: GMT+4
|
10149
10149
|
:GENERIC_LOCATION: Waktu Volgograd
|
@@ -10757,9 +10757,9 @@ Jamaica:
|
|
10757
10757
|
:LOCALIZED_GMT_SHORT: GMT-5
|
10758
10758
|
:GENERIC_LOCATION: Waktu Jamaika
|
10759
10759
|
:GENERIC_LONG: Waktu Standar Timur
|
10760
|
-
:GENERIC_SHORT:
|
10760
|
+
:GENERIC_SHORT: EST
|
10761
10761
|
:SPECIFIC_LONG: Waktu Standar Timur
|
10762
|
-
:SPECIFIC_SHORT:
|
10762
|
+
:SPECIFIC_SHORT: EST
|
10763
10763
|
:ISO_BASIC_SHORT: "-05"
|
10764
10764
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
10765
10765
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -10883,9 +10883,9 @@ MST7MDT:
|
|
10883
10883
|
:LOCALIZED_GMT_SHORT: GMT-7
|
10884
10884
|
:GENERIC_LOCATION: GMT-07.00
|
10885
10885
|
:GENERIC_LONG: Waktu Pegunungan
|
10886
|
-
:GENERIC_SHORT:
|
10886
|
+
:GENERIC_SHORT: MT
|
10887
10887
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
10888
|
-
:SPECIFIC_SHORT:
|
10888
|
+
:SPECIFIC_SHORT: MST
|
10889
10889
|
:ISO_BASIC_SHORT: "-07"
|
10890
10890
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
10891
10891
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -10904,9 +10904,9 @@ Mexico/BajaNorte:
|
|
10904
10904
|
:LOCALIZED_GMT_SHORT: GMT-8
|
10905
10905
|
:GENERIC_LOCATION: Waktu Tijuana
|
10906
10906
|
:GENERIC_LONG: Waktu Pasifik
|
10907
|
-
:GENERIC_SHORT:
|
10907
|
+
:GENERIC_SHORT: PT
|
10908
10908
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
10909
|
-
:SPECIFIC_SHORT:
|
10909
|
+
:SPECIFIC_SHORT: PST
|
10910
10910
|
:ISO_BASIC_SHORT: "-08"
|
10911
10911
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
10912
10912
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -10946,9 +10946,9 @@ Mexico/General:
|
|
10946
10946
|
:LOCALIZED_GMT_SHORT: GMT-6
|
10947
10947
|
:GENERIC_LOCATION: Waktu Mexico City
|
10948
10948
|
:GENERIC_LONG: Waktu Tengah
|
10949
|
-
:GENERIC_SHORT:
|
10949
|
+
:GENERIC_SHORT: CT
|
10950
10950
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
10951
|
-
:SPECIFIC_SHORT:
|
10951
|
+
:SPECIFIC_SHORT: CST
|
10952
10952
|
:ISO_BASIC_SHORT: "-06"
|
10953
10953
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
10954
10954
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -11009,9 +11009,9 @@ Navajo:
|
|
11009
11009
|
:LOCALIZED_GMT_SHORT: GMT-7
|
11010
11010
|
:GENERIC_LOCATION: Waktu Denver
|
11011
11011
|
:GENERIC_LONG: Waktu Pegunungan
|
11012
|
-
:GENERIC_SHORT:
|
11012
|
+
:GENERIC_SHORT: MT
|
11013
11013
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
11014
|
-
:SPECIFIC_SHORT:
|
11014
|
+
:SPECIFIC_SHORT: MST
|
11015
11015
|
:ISO_BASIC_SHORT: "-07"
|
11016
11016
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
11017
11017
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -11051,9 +11051,9 @@ PST8PDT:
|
|
11051
11051
|
:LOCALIZED_GMT_SHORT: GMT-8
|
11052
11052
|
:GENERIC_LOCATION: GMT-08.00
|
11053
11053
|
:GENERIC_LONG: Waktu Pasifik
|
11054
|
-
:GENERIC_SHORT:
|
11054
|
+
:GENERIC_SHORT: PT
|
11055
11055
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
11056
|
-
:SPECIFIC_SHORT:
|
11056
|
+
:SPECIFIC_SHORT: PST
|
11057
11057
|
:ISO_BASIC_SHORT: "-08"
|
11058
11058
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
11059
11059
|
:ISO_BASIC_FIXED: "-0800"
|
@@ -11387,9 +11387,9 @@ Pacific/Honolulu:
|
|
11387
11387
|
:LOCALIZED_GMT_SHORT: GMT-10
|
11388
11388
|
:GENERIC_LOCATION: Waktu Honolulu
|
11389
11389
|
:GENERIC_LONG: Waktu Standar Hawaii-Aleutian
|
11390
|
-
:GENERIC_SHORT:
|
11390
|
+
:GENERIC_SHORT: HAST
|
11391
11391
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
11392
|
-
:SPECIFIC_SHORT:
|
11392
|
+
:SPECIFIC_SHORT: HAST
|
11393
11393
|
:ISO_BASIC_SHORT: "-10"
|
11394
11394
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
11395
11395
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -11408,9 +11408,9 @@ Pacific/Johnston:
|
|
11408
11408
|
:LOCALIZED_GMT_SHORT: GMT-10
|
11409
11409
|
:GENERIC_LOCATION: Waktu Johnston
|
11410
11410
|
:GENERIC_LONG: Waktu Standar Hawaii-Aleutian
|
11411
|
-
:GENERIC_SHORT:
|
11411
|
+
:GENERIC_SHORT: HAST
|
11412
11412
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
11413
|
-
:SPECIFIC_SHORT:
|
11413
|
+
:SPECIFIC_SHORT: HAST
|
11414
11414
|
:ISO_BASIC_SHORT: "-10"
|
11415
11415
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
11416
11416
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -12122,9 +12122,9 @@ US/Alaska:
|
|
12122
12122
|
:LOCALIZED_GMT_SHORT: GMT-9
|
12123
12123
|
:GENERIC_LOCATION: Waktu Anchorage
|
12124
12124
|
:GENERIC_LONG: Waktu Alaska
|
12125
|
-
:GENERIC_SHORT:
|
12125
|
+
:GENERIC_SHORT: AKT
|
12126
12126
|
:SPECIFIC_LONG: Waktu Standar Alaska
|
12127
|
-
:SPECIFIC_SHORT:
|
12127
|
+
:SPECIFIC_SHORT: AKST
|
12128
12128
|
:ISO_BASIC_SHORT: "-09"
|
12129
12129
|
:ISO_BASIC_LOCAL_SHORT: "-09"
|
12130
12130
|
:ISO_BASIC_FIXED: "-0900"
|
@@ -12143,9 +12143,9 @@ US/Aleutian:
|
|
12143
12143
|
:LOCALIZED_GMT_SHORT: GMT-10
|
12144
12144
|
:GENERIC_LOCATION: Waktu Adak
|
12145
12145
|
:GENERIC_LONG: Waktu Hawaii-Aleutian
|
12146
|
-
:GENERIC_SHORT:
|
12146
|
+
:GENERIC_SHORT: HAT
|
12147
12147
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
12148
|
-
:SPECIFIC_SHORT:
|
12148
|
+
:SPECIFIC_SHORT: HAST
|
12149
12149
|
:ISO_BASIC_SHORT: "-10"
|
12150
12150
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
12151
12151
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -12164,9 +12164,9 @@ US/Arizona:
|
|
12164
12164
|
:LOCALIZED_GMT_SHORT: GMT-7
|
12165
12165
|
:GENERIC_LOCATION: Waktu Phoenix
|
12166
12166
|
:GENERIC_LONG: Waktu Standar Pegunungan
|
12167
|
-
:GENERIC_SHORT:
|
12167
|
+
:GENERIC_SHORT: MST
|
12168
12168
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
12169
|
-
:SPECIFIC_SHORT:
|
12169
|
+
:SPECIFIC_SHORT: MST
|
12170
12170
|
:ISO_BASIC_SHORT: "-07"
|
12171
12171
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
12172
12172
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -12185,9 +12185,9 @@ US/Central:
|
|
12185
12185
|
:LOCALIZED_GMT_SHORT: GMT-6
|
12186
12186
|
:GENERIC_LOCATION: Waktu Chicago
|
12187
12187
|
:GENERIC_LONG: Waktu Tengah
|
12188
|
-
:GENERIC_SHORT:
|
12188
|
+
:GENERIC_SHORT: CT
|
12189
12189
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
12190
|
-
:SPECIFIC_SHORT:
|
12190
|
+
:SPECIFIC_SHORT: CST
|
12191
12191
|
:ISO_BASIC_SHORT: "-06"
|
12192
12192
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
12193
12193
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -12206,9 +12206,9 @@ US/East-Indiana:
|
|
12206
12206
|
:LOCALIZED_GMT_SHORT: GMT-5
|
12207
12207
|
:GENERIC_LOCATION: Waktu Indianapolis
|
12208
12208
|
:GENERIC_LONG: Waktu Timur
|
12209
|
-
:GENERIC_SHORT:
|
12209
|
+
:GENERIC_SHORT: ET
|
12210
12210
|
:SPECIFIC_LONG: Waktu Standar Timur
|
12211
|
-
:SPECIFIC_SHORT:
|
12211
|
+
:SPECIFIC_SHORT: EST
|
12212
12212
|
:ISO_BASIC_SHORT: "-05"
|
12213
12213
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
12214
12214
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -12227,9 +12227,9 @@ US/Eastern:
|
|
12227
12227
|
:LOCALIZED_GMT_SHORT: GMT-5
|
12228
12228
|
:GENERIC_LOCATION: Waktu New York
|
12229
12229
|
:GENERIC_LONG: Waktu Timur
|
12230
|
-
:GENERIC_SHORT:
|
12230
|
+
:GENERIC_SHORT: ET
|
12231
12231
|
:SPECIFIC_LONG: Waktu Standar Timur
|
12232
|
-
:SPECIFIC_SHORT:
|
12232
|
+
:SPECIFIC_SHORT: EST
|
12233
12233
|
:ISO_BASIC_SHORT: "-05"
|
12234
12234
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
12235
12235
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -12248,9 +12248,9 @@ US/Hawaii:
|
|
12248
12248
|
:LOCALIZED_GMT_SHORT: GMT-10
|
12249
12249
|
:GENERIC_LOCATION: Waktu Honolulu
|
12250
12250
|
:GENERIC_LONG: Waktu Standar Hawaii-Aleutian
|
12251
|
-
:GENERIC_SHORT:
|
12251
|
+
:GENERIC_SHORT: HAST
|
12252
12252
|
:SPECIFIC_LONG: Waktu Standar Hawaii-Aleutian
|
12253
|
-
:SPECIFIC_SHORT:
|
12253
|
+
:SPECIFIC_SHORT: HAST
|
12254
12254
|
:ISO_BASIC_SHORT: "-10"
|
12255
12255
|
:ISO_BASIC_LOCAL_SHORT: "-10"
|
12256
12256
|
:ISO_BASIC_FIXED: "-1000"
|
@@ -12269,9 +12269,9 @@ US/Indiana-Starke:
|
|
12269
12269
|
:LOCALIZED_GMT_SHORT: GMT-6
|
12270
12270
|
:GENERIC_LOCATION: Waktu Knox, Indiana
|
12271
12271
|
:GENERIC_LONG: Waktu Tengah
|
12272
|
-
:GENERIC_SHORT:
|
12272
|
+
:GENERIC_SHORT: CT
|
12273
12273
|
:SPECIFIC_LONG: Waktu Standar Tengah
|
12274
|
-
:SPECIFIC_SHORT:
|
12274
|
+
:SPECIFIC_SHORT: CST
|
12275
12275
|
:ISO_BASIC_SHORT: "-06"
|
12276
12276
|
:ISO_BASIC_LOCAL_SHORT: "-06"
|
12277
12277
|
:ISO_BASIC_FIXED: "-0600"
|
@@ -12290,9 +12290,9 @@ US/Michigan:
|
|
12290
12290
|
:LOCALIZED_GMT_SHORT: GMT-5
|
12291
12291
|
:GENERIC_LOCATION: Waktu Detroit
|
12292
12292
|
:GENERIC_LONG: Waktu Timur
|
12293
|
-
:GENERIC_SHORT:
|
12293
|
+
:GENERIC_SHORT: ET
|
12294
12294
|
:SPECIFIC_LONG: Waktu Standar Timur
|
12295
|
-
:SPECIFIC_SHORT:
|
12295
|
+
:SPECIFIC_SHORT: EST
|
12296
12296
|
:ISO_BASIC_SHORT: "-05"
|
12297
12297
|
:ISO_BASIC_LOCAL_SHORT: "-05"
|
12298
12298
|
:ISO_BASIC_FIXED: "-0500"
|
@@ -12311,9 +12311,9 @@ US/Mountain:
|
|
12311
12311
|
:LOCALIZED_GMT_SHORT: GMT-7
|
12312
12312
|
:GENERIC_LOCATION: Waktu Denver
|
12313
12313
|
:GENERIC_LONG: Waktu Pegunungan
|
12314
|
-
:GENERIC_SHORT:
|
12314
|
+
:GENERIC_SHORT: MT
|
12315
12315
|
:SPECIFIC_LONG: Waktu Standar Pegunungan
|
12316
|
-
:SPECIFIC_SHORT:
|
12316
|
+
:SPECIFIC_SHORT: MST
|
12317
12317
|
:ISO_BASIC_SHORT: "-07"
|
12318
12318
|
:ISO_BASIC_LOCAL_SHORT: "-07"
|
12319
12319
|
:ISO_BASIC_FIXED: "-0700"
|
@@ -12332,9 +12332,9 @@ US/Pacific:
|
|
12332
12332
|
:LOCALIZED_GMT_SHORT: GMT-8
|
12333
12333
|
:GENERIC_LOCATION: Waktu Los Angeles
|
12334
12334
|
:GENERIC_LONG: Waktu Pasifik
|
12335
|
-
:GENERIC_SHORT:
|
12335
|
+
:GENERIC_SHORT: PT
|
12336
12336
|
:SPECIFIC_LONG: Waktu Standar Pasifik
|
12337
|
-
:SPECIFIC_SHORT:
|
12337
|
+
:SPECIFIC_SHORT: PST
|
12338
12338
|
:ISO_BASIC_SHORT: "-08"
|
12339
12339
|
:ISO_BASIC_LOCAL_SHORT: "-08"
|
12340
12340
|
:ISO_BASIC_FIXED: "-0800"
|