>From ef57d817baacf7b450da0f4e95a8221f701cf9b8 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sat, 2 Jan 2016 11:48:41 -0800
Subject: [PROPOSED PATCH] Fix Asia/Karachi 2002 DST transitions

(Thanks to Matt Johnson.)
* NEWS, asia (Pakistan): Document and implement this.
---
 NEWS | 3 +++
 asia | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 6b0d8f2..b725168 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ Unreleased, experimental changes
     America/Metlakatla switched from PST all year to AKST/AKDT on
     2015-11-01 at 02:00.  (Thanks to Steffen Thorsen.)
 
+    Asia/Karachi's two transition times in 2002 were off by a minute.
+    (Thanks to Matt Johnson.)
+
     Time zone abbreviations for America/Cayman have been changed from
     EST/EDT to CIST/CIDST, as per the 2015-11-25 daylight-saving bill.
 
diff --git a/asia b/asia
index f170244..7756444 100644
--- a/asia
+++ b/asia
@@ -2118,8 +2118,8 @@ Zone	Asia/Kathmandu	5:41:16 -	LMT	1920
 # http://www.app.com.pk/en_/index.php?option=com_content&task=view&id=99374&Itemid=2
 
 # Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
-Rule Pakistan	2002	only	-	Apr	Sun>=2	0:01	1:00	S
-Rule Pakistan	2002	only	-	Oct	Sun>=2	0:01	0	-
+Rule Pakistan	2002	only	-	Apr	Sun>=2	0:00	1:00	S
+Rule Pakistan	2002	only	-	Oct	Sun>=2	0:00	0	-
 Rule Pakistan	2008	only	-	Jun	1	0:00	1:00	S
 Rule Pakistan	2008	2009	-	Nov	1	0:00	0	-
 Rule Pakistan	2009	only	-	Apr	15	0:00	1:00	S
-- 
2.5.0

