>From 8055567fab75fed1cf18f27acd0a0c442c7b5fa3 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat, 22 Jun 2019 12:37:10 -0700
Subject: [PROPOSED] Describe Crimea situation more accurately

* zone1970.tab, zone.tab: Add info re the RU/UA situation in
Crimea as best we can under the constraints of the data format.
(Problem reported by Serhii Demediuk.)
* NEWS: Mention this.
---
 NEWS         | 5 +++++
 zone.tab     | 5 ++++-
 zone1970.tab | 3 ++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 76db493..5f6591f 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,11 @@ Unreleased, experimental changes
     Europe/Rome between those dates.  (Thanks to Stephen Trainor and
     Luigi Rosa.)
 
+  Changes affecting metadata only
+
+    Add info about the Crimea situation in zone1970.tab and zone.tab.
+    (Problem reported by Serhii Demediuk.)
+
   Changes to code
 
     zic's new -b option supports a way to control data bloat and to
diff --git a/zone.tab b/zone.tab
index 27e1dee..408fcb2 100644
--- a/zone.tab
+++ b/zone.tab
@@ -332,7 +332,10 @@ RO	+4426+02606	Europe/Bucharest
 RS	+4450+02030	Europe/Belgrade
 RU	+5443+02030	Europe/Kaliningrad	MSK-01 - Kaliningrad
 RU	+554521+0373704	Europe/Moscow	MSK+00 - Moscow area
-RU	+4457+03406	Europe/Simferopol	MSK+00 - Crimea
+# The obsolescent zone.tab format cannot represent Europe/Simferopol well.
+# Put it in RU section and list as UA.  See "territorial claims" above.
+# Programs should use zone1970.tab instead; see above.
+UA	+4457+03406	Europe/Simferopol	MSK+00 - Crimea
 RU	+5836+04939	Europe/Kirov	MSK+00 - Kirov
 RU	+4621+04803	Europe/Astrakhan	MSK+01 - Astrakhan
 RU	+4844+04425	Europe/Volgograd	MSK+01 - Volgograd
diff --git a/zone1970.tab b/zone1970.tab
index 9a8e424..822ffa1 100644
--- a/zone1970.tab
+++ b/zone1970.tab
@@ -289,7 +289,8 @@ RO	+4426+02606	Europe/Bucharest
 RS,BA,HR,ME,MK,SI	+4450+02030	Europe/Belgrade
 RU	+5443+02030	Europe/Kaliningrad	MSK-01 - Kaliningrad
 RU	+554521+0373704	Europe/Moscow	MSK+00 - Moscow area
-RU	+4457+03406	Europe/Simferopol	MSK+00 - Crimea
+# Mention RU and UA alphabetically.  See "territorial claims" above.
+RU,UA	+4457+03406	Europe/Simferopol	MSK+00 - Crimea
 RU	+5836+04939	Europe/Kirov	MSK+00 - Kirov
 RU	+4621+04803	Europe/Astrakhan	MSK+01 - Astrakhan
 RU	+4844+04425	Europe/Volgograd	MSK+01 - Volgograd
-- 
2.17.1

