php-src/ext/date/lib
2022-05-20 13:18:26 +01:00
..
astro.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
astro.h Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
dow.c Import timelib version 2018.03 2019-10-15 21:00:39 +01:00
fallbackmap.h Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
interval.c Integrate timelib 2021.12 2022-05-20 13:18:26 +01:00
LICENSE.rst Upgrade timelib to 2021.03 and fix many date/time issues 2021-04-06 20:50:32 +01:00
parse_date.c Adjust existing tests for fixed bugs 2022-05-20 13:18:26 +01:00
parse_date.re Adjust existing tests for fixed bugs 2022-05-20 13:18:26 +01:00
parse_iso_intervals.c Integrate timelib 2021.12 2022-05-20 13:18:26 +01:00
parse_iso_intervals.re Update timelib to 2020.02 2020-08-31 12:23:54 +01:00
parse_posix.c Import timelib 2021.07 2021-08-08 17:22:06 +01:00
parse_tz.c Fixed bug #81458: Regression: Incorrect difference after timezone change 2021-11-08 09:40:27 +00:00
README.rst Upgrade timelib to 2021.03 and fix many date/time issues 2021-04-06 20:50:32 +01:00
timelib_private.h Fixed bug #81458: Regression: Incorrect difference after timezone change 2021-11-08 09:40:27 +00:00
timelib.c Integrate timelib 2021.12 2022-05-20 13:18:26 +01:00
timelib.h Integrate timelib 2021.12 2022-05-20 13:18:26 +01:00
timezonedb.h Updated to version 2022.1 (2022a) 2022-04-07 10:45:20 +01:00
timezonemap.h Update timelib to 2020.01 2020-08-31 12:03:08 +01:00
tm2unixtime.c Integrate timelib 2021.12 2022-05-20 13:18:26 +01:00
unixtime2tm.c Upgrade timelib to 2021.03 and fix many date/time issues 2021-04-06 20:50:32 +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``