php-src/ext/date/lib
2018-10-12 11:55:48 +01:00
..
astro.c Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
astro.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
dow.c Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
fallbackmap.h Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
interval.c Upgrade timelib to 2017.05beta9 2017-09-04 22:45:34 +01:00
LICENSE.rst Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
parse_date.c Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
parse_date.re Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
parse_iso_intervals.c Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
parse_iso_intervals.re Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
parse_tz.c Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format specifier, by updating timelib to 2018.01alpha2 2018-10-09 11:08:40 +01:00
README.rst Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib_config.h.win32 Change some permissions from 755 to 644 2018-08-28 23:26:49 +02:00
timelib_private.h Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib.c Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib.h Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
timelib.m4 Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
timezonedb.h Updated to version 2018.5 (2018e) 2018-05-08 09:24:28 +01:00
timezonemap.h Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
tm2unixtime.c Upgrade timelib to 2018.01RC1, to fix bug #77007 2018-10-12 11:50:36 +01:00
unixtime2tm.c Fixed bug #75577: DateTime::createFromFormat does not accept 'v' format specifier, by updating timelib to 2018.01alpha2 2018-10-09 11:08:40 +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.