mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
- Fixed #124: Can't parse INT_MIN - Added a new API, timelib_get_time_zone_offset_info, which reduces allocation speeding up algorithms (Alberto Massari) - Accelerate the do_range_limit_days algorythm by advancing multiple months in a single call (Alberto Massari) Including fixes from 2021.17: - Fixed 'const' and other compiler warnings - Use new 'PACKRAT' format to prevent old timestamps from becoming incorrect - New 2022b data file - Fixed PHP GH-9165: strtotime translates a date-time with DST/non-DST hour differently
15 lines
352 B
ReStructuredText
15 lines
352 B
ReStructuredText
timelib
|
|
=======
|
|
|
|
Timelib is a timezone and date/time library that can calculate local time,
|
|
convert between timezones and parse textual descriptions of date/time
|
|
information.
|
|
|
|
It is the library supporting PHP's Date/Time extension and MongoDB's time zone
|
|
support.
|
|
|
|
Build Requirements
|
|
------------------
|
|
|
|
On Debian: ``apt install libcpputest-dev re2c``
|