[Jifty-commit] r6555 - in jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Tue Mar 3 19:25:48 EST 2009


Author: sartak
Date: Tue Mar  3 19:25:48 2009
New Revision: 6555

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Filter/DateTime.pm

Log:
 r80847 at onn:  sartak | 2009-03-03 19:25:43 -0500
 Don't take the time_zone from the previous filter, since we have our own tz management


Modified: jifty/trunk/lib/Jifty/Filter/DateTime.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Filter/DateTime.pm	(original)
+++ jifty/trunk/lib/Jifty/Filter/DateTime.pm	Tue Mar  3 19:25:48 2009
@@ -54,7 +54,7 @@
 
     # XXX There has to be a better way to do this
     my %args;
-    for (qw(year month day hour minute second nanosecond time_zone formatter)) {
+    for (qw(year month day hour minute second nanosecond formatter)) {
         $args{$_} = $$value_ref->$_ if(defined($$value_ref->$_));
     }
 


More information about the Jifty-commit mailing list