php-src/ext/date/lib
2016-03-24 11:09:07 +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 coverage report for datelib 2015-10-04 05:45:05 -04:00
parse_date.re Merge in changes in timelib 2016.01 2016-01-29 15:21:55 +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 add for VC build 2006-09-13 17:47:20 +00:00
timelib_structs.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
timelib.c Merge in changes in timelib 2016.01 2016-01-29 15:21:55 +01:00
timelib.h Merge in changes in timelib 2016.01 2016-01-29 15:21:55 +01:00
timelib.m4 - Always use #ifdef when dealing with HAVE_* defines from AC_CHECK_FUNCS() 2005-07-03 23:30:52 +00:00
timezonedb.h Updated to version 2016.3 (2016c) 2016-03-24 11:09:07 +00:00
timezonemap.h Bumb timelib version to 2015.01 2015-09-22 08:41:56 +01:00
tm2unixtime.c Update timelib to 2015.02 2015-09-22 08:59:45 +01:00
unixtime2tm.c Update timelib to 2015.02 2015-09-22 08:59:45 +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.