History log of /PHP-8.4/ext/date/tests/gh14383.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# bfc98855 11-Jun-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Fixed GH-14383: Fixed usec was carry up (#14463)

If round to the fractional part of a timestamp, a carry will occur in cases
such as 999 999 9. In that case, set usec to 0 and add/sub 1

Fixed GH-14383: Fixed usec was carry up (#14463)

If round to the fractional part of a timestamp, a carry will occur in cases
such as 999 999 9. In that case, set usec to 0 and add/sub 1 to sec.

show more ...