From 31fd15a37de4dbf420466a78b7481254b4d104a2 Mon Sep 17 00:00:00 2001 From: Steve Nolte Date: Tue, 23 Jul 2013 11:21:20 -0500 Subject: [PATCH] Uncomment Indian Standard time zone Originally reported by Cathrin Callas in this bug report: https://rt.cpan.org/Public/Bug/Display.html?id=77886 --- lib/Time/Zone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Time/Zone.pm b/lib/Time/Zone.pm index 8a40f91..f79c6ed 100644 --- a/lib/Time/Zone.pm +++ b/lib/Time/Zone.pm @@ -220,7 +220,7 @@ CONFIG: { # "it" => +3*3600+1800,# Iran "zp4" => +4*3600, # USSR Zone 3 "zp5" => +5*3600, # USSR Zone 4 - # "ist" => +5*3600+1800,# Indian Standard + "ist" => +5*3600+1800,# Indian Standard "zp6" => +6*3600, # USSR Zone 5 # For completeness. NST is also Newfoundland Stanard, and SST is also Swedish Summer. # "nst" => +6*3600+1800,# North Sumatra