1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Revert unrelated bits to the previous commit

This commit is contained in:
Ilia Alshanetsky
2009-06-22 14:24:27 +00:00
parent a7db554314
commit 1c4dafd84d

View File

@@ -2410,7 +2410,7 @@ static int date_initialize(php_date_obj *dateobj, /*const*/ char *time_str, int
}
timelib_unixtime2local(now, (timelib_sll) time(NULL));
timelib_fill_holes(dateobj->time, now, TIMELIB_NO_CLONE);
timelib_fill_holes(dateobj->time, now, 0);
timelib_update_ts(dateobj->time, tzi);
dateobj->time->have_relative = 0;