php-src/ext/date/lib
2017-03-24 12:25:25 +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 Merge in changes in timelib 2016.01 2016-01-29 15:21:55 +01: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 parsing of AM/PM without all the expected dots in place 2016-09-30 20:21:48 +01: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_config.h.win32
timelib_structs.h Fix timelib compat with PHP5 2016-02-15 16:50:42 +01:00
timelib.c Fixed bug #63740 (strtotime seems to use both sunday and monday as start of week) 2016-05-18 12:19:11 +01:00
timelib.h Fixed bug #63740 (strtotime seems to use both sunday and monday as start of week) 2016-05-18 12:19:11 +01:00
timelib.m4
timezonedb.h Updated to version 2017.2 (2017b) 2017-03-24 12:25:25 +00:00
timezonemap.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
tm2unixtime.c Upgrade timelib to 2017.01 2017-02-12 20:17:01 +00:00
unixtime2tm.c Upgrade timelib to 2017.01 2017-02-12 20:17:01 +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.