Skip Menu |

This queue is for tickets about the Date-Manip CPAN distribution.

Report information
The Basics
Id: 32604
Status: resolved
Priority: 0/
Queue: Date-Manip

People
Owner: Nobody in particular
Requestors: dam [...] modsoftsys.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 5.46
  • 5.48
Fixed in: (no value)



Subject: Please add support for OMST timezone
Hi, Here's a patch that adds support for the timezone in Omsk, Russia (+0600). This patch is currently applied to the Debian packages of Date-Manip, but it would be useful to non-Debian users as well, so here it is... :) Thanks, dam Debian Perl Group
Subject: 02_manip_omst_tz.diff
--- libdate-manip-perl.orig/Manip.pm +++ libdate-manip-perl/Manip.pm @@ -627,6 +627,7 @@ "ist +0530 ". # Indian Standard "zp6 +0600 ". # USSR Zone 5 "novt +0600 ". # Novosibirsk winter time zone, Russia + "omst +0600 ". # Omsk time zone, Russia "nst +0630 ". # North Sumatra nst=Newfoundland Std -0330 #"sst +0700 ". # South Sumatra, USSR Zone 6 sst=Swedish Summer +0200 "javt +0700 ". # Java --- libdate-manip-perl.orig/Manip.pod +++ libdate-manip-perl/Manip.pod @@ -1793,6 +1793,7 @@ IST +0530 Indian Standard ZP6 +0600 USSR Zone 5 NOVT +0600 Novosibirsk winter time zone, Russia + OMST +0600 Omsk time zone, Russia NST +0630 North Sumatra nst=Newfoundland Std -0330 #SST +0700 South Sumatra, USSR Zone 6 sst=Swedish Summer +0200 JAVT +0700 Java
The patch has been applied and it will be in the next version.