|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 01:00:01 2025 UTC |