Skip Menu |

This queue is for tickets about the Silki CPAN distribution.

Report information
The Basics
Id: 61738
Status: new
Priority: 0/
Queue: Silki

People
Owner: Nobody in particular
Requestors: jim.monty [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
  • 0.07
  • 0.08
  • 0.09
  • 0.10
  • 0.11
  • 0.12
  • 0.13
  • 0.14
  • 0.15
  • 0.16
  • 0.17
  • 0.18
  • 0.19
  • 0.20
  • 0.21
Fixed in: (no value)



Subject: 'America/Phoenix' ('Arizona') missing from default time zones
Greetings from the Grand Canyon State! The time zone 'America/Phoenix' ('Arizona') is missing from the default time zones initialized in the CreateDefaultZones sub in Silki-Schema- TimeZone-0.22. An untested patch is included. Thank you.
Subject: TimeZone_0.21-0.22.diff
--- Silki\Schema\TimeZone_0.21.pm 2010-09-28 17:14:55.031250000 -0700 +++ Silki\Schema\TimeZone_0.22.pm 2010-09-28 17:18:20.312500000 -0700 @@ -1,6 +1,6 @@ package Silki::Schema::TimeZone; BEGIN { - $Silki::Schema::TimeZone::VERSION = '0.21'; + $Silki::Schema::TimeZone::VERSION = '0.22'; } use strict; @@ -30,6 +30,7 @@ [ 'America/New_York', 'East Coast' ], [ 'America/Chicago', 'Central' ], [ 'America/Denver', 'Mountain' ], + [ 'America/Phoenix', 'Arizona' ], [ 'America/Los_Angeles', 'West Coast' ], [ 'America/Anchorage', 'Alaska' ], [ 'Pacific/Honolulu', 'Hawaii' ], @@ -78,7 +79,7 @@ =head1 VERSION -version 0.21 +version 0.22 =head1 AUTHOR