1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00
Files
archived-php-src/ext/date/lib
Derick Rethans 06d4c70e51 Integrate timelib 2022.02
- 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
2022-09-14 16:33:05 +01:00
..
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2021-08-08 17:22:06 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00
2022-05-20 13:18:26 +01:00
2022-09-14 16:33:05 +01:00
2022-08-11 15:54:31 +01:00
2020-08-31 12:03:08 +01:00
2022-09-14 16:33:05 +01:00
2022-09-14 16:33:05 +01:00

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``