php-src/ext/date/lib
2017-03-24 12:25:27 +00:00
..
astro.c Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
astro.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
dow.c Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
fallbackmap.h Fixed bug #44780: some time zone offsets not recognized by timezone_name_from_abbr. 2014-01-25 16:14:51 +01:00
interval.c Improve support for microseconds with Date/Time 2016-10-05 15:03:06 -04:00
LICENSE.rst Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
parse_date.c fix gcov coverage 2016-11-16 15:11:07 -05:00
parse_date.re Fixed bug #64887 (Allow DateTime modification with subsecond items). 2016-10-07 13:40:06 -04:00
parse_iso_intervals.c fix coverage report for datelib 2015-10-04 05:45:05 -04:00
parse_iso_intervals.re Update timelib to 2015.02 2015-09-22 08:59:45 +01:00
parse_tz.c Update timelib to 2015.02 2015-09-22 08:59:45 +01:00
README.rst Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
timelib.c Improve support for microseconds with Date/Time 2016-10-05 15:03:06 -04:00
timelib.h Fixed bug #64887 (Allow DateTime modification with subsecond items). 2016-10-07 13:40:06 -04:00
timelib.m4 Improve support for microseconds with Date/Time 2016-10-05 15:03:06 -04:00
timelib_config.h.win32
timelib_structs.h Improve support for microseconds with Date/Time 2016-10-05 15:03:06 -04:00
timezonedb.h Updated to version 2017.2 (2017b) 2017-03-24 12:25:27 +00:00
timezonemap.h Improve support for microseconds with Date/Time 2016-10-05 15:03:06 -04:00
tm2unixtime.c Merge branch 'PHP-7.0' into PHP-7.1 2017-02-12 20:19:02 +00:00
unixtime2tm.c Merge branch 'PHP-7.0' into PHP-7.1 2017-02-12 20:19:02 +00: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.