php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | |
Patch interval.c for Date/time related Bug #66545Patch version 2014-01-25 21:41 UTC Return to Bug #66545 | Download this patchThis 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); } } |
Copyright © 2001-2024 The PHP Group All rights reserved. |
Last updated: Tue Dec 03 17:01:29 2024 UTC |