[Rt-commit] r3582 - in rt/branches/3.4-RELEASE: . lib/RT

glasser at bestpractical.com glasser at bestpractical.com
Tue Aug 2 15:10:06 EDT 2005


Author: glasser
Date: Tue Aug  2 15:10:05 2005
New Revision: 3582

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
 r38371 at tin-foil:  glasser | 2005-08-02 15:05:25 -0400
 RT-Ticket: 6899
 RT-Status: resolved
 RT-Update: correspond
 
 When limiting based on a whole date, make sure you're not being pushed to 
 another if you happen to be east of GMT.
 
 Patch by Ruslan Zakirov, problem found by Olivier Horec.


Modified: rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	(original)
+++ rt/branches/3.4-RELEASE/lib/RT/Tickets_Overlay.pm	Tue Aug  2 15:10:05 2005
@@ -458,7 +458,8 @@
         UK            => $RT::DateDayBeforeMonth,
         PREFER_PAST   => $RT::AmbiguousDayInPast,
         PREFER_FUTURE => !($RT::AmbiguousDayInPast),
-        FUZZY         => 1
+        FUZZY         => 1,
+	GMT           => 1,
     );
 
     if ( $op eq "=" ) {


More information about the Rt-commit mailing list