php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #66545
Patch interval.c revision 2014-01-25 21:41 UTC by perrier dot p at gmail dot com
revision 2014-01-25 00:34 UTC by perrier dot p at gmail dot com

Patch interval.c for Date/time related Bug #66545

Patch version 2014-01-25 21:41 UTC

Return to Bug #66545 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: perrier.p@gmail.com

@@ -78,6 +78,7 @@ timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two)
      } else {
        rt->h += dst_h_corr;
        rt->i += dst_m_corr;
 +      timelib_do_rel_normalize(rt->invert ? one : two, rt);
      }
    }
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 02:01:30 2024 UTC