mirror of
https://github.com/php/php-src.git
synced 2024-11-23 09:54:15 +08:00
.. | ||
astro.c | ||
astro.h | ||
dow.c | ||
fallbackmap.h | ||
interval.c | ||
LICENSE.rst | ||
parse_date.c | ||
parse_date.re | ||
parse_iso_intervals.c | ||
parse_iso_intervals.re | ||
parse_posix.c | ||
parse_tz.c | ||
README.rst | ||
timelib_private.h | ||
timelib.c | ||
timelib.h | ||
timezonedb.h | ||
timezonemap.h | ||
tm2unixtime.c | ||
unixtime2tm.c |
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``