History log of /PHP-8.1/ext/date/lib/parse_posix.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 66ea59e3 08-Aug-2021 Derick Rethans

Import timelib 2021.07

Fixes:
- Bug #80998 (Missing second with inverted interval). (Derick)
- Bug #81106 (Regression in 8.1: add() now truncate ->f). (Derick)


# 84266235 08-Aug-2021 Derick Rethans

Upgrade timelib to 2021.06

Fixes among others:
. Bug #79580 (date_create_from_format misses leap year).
. Bug #80974 (Wrong diff between 2 dates in different timezones).
. Bug #8

Upgrade timelib to 2021.06

Fixes among others:
. Bug #79580 (date_create_from_format misses leap year).
. Bug #80974 (Wrong diff between 2 dates in different timezones).
. Bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds).
. Bug #81273 (Date interval calculation not correct).

show more ...


# 091c0920 30-Mar-2021 Derick Rethans

Upgrade timelib to 2021.03 and fix many date/time issues