From nobody@FreeBSD.org  Fri Dec 22 16:45:30 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8A63616A49E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Dec 2006 16:45:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 7D44913C463
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Dec 2006 16:45:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kBMGjTJm008644
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 22 Dec 2006 16:45:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kBMGjTMG008642;
	Fri, 22 Dec 2006 16:45:29 GMT
	(envelope-from nobody)
Message-Id: <200612221645.kBMGjTMG008642@www.freebsd.org>
Date: Fri, 22 Dec 2006 16:45:29 GMT
From: Steve Wills<steve@stevenwills.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: patch to fix local timezone in devel/p5-DateTime-TimeZone
X-Send-Pr-Version: www-3.0

>Number:         107103
>Category:       ports
>Synopsis:       patch to fix local timezone in devel/p5-DateTime-TimeZone
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 16:50:17 GMT 2006
>Closed-Date:    Sun Dec 31 00:15:56 GMT 2006
>Last-Modified:  Sun Dec 31 00:15:56 GMT 2006
>Originator:     Steve Wills
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
>Description:
The "local" timezone in p5-DateTime-TimeZone is documented to figure out the time zone from the local system timezone. It should work, but there's a slight problem. This patch fixes it.
>How-To-Repeat:
Try to use the "local" timezone:
my $dt = DateTime->now(time_zone => "local");

>Fix:
See attached patch, which makes Local.pm skip the "posixrules" file (whatever that is...).

Patch attached with submission follows:

build.oasys.local
dev.oasysmobile.com
dev56.oasys.local
exchange.oasys.local
fileserver.oasys.local
gameserver.oasys.local
intranet.oasys.local
ldev1.dev.summus.com
newbackup.oasys.local
svn.dev.summus.com
tempdc.oasys.local

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 22 16:50:32 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107103 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Dec 31 00:15:41 UTC 2006 
State-Changed-Why:  
Superseded by ports/107108 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107103 
>Unformatted:
