php-src/ext/date/lib
Peter Kokot c72d6da461 Remove timelib outdated defines
- TIMELIB_OMIT_STDINT is not used anymore since
  a171f99cf0
- HAVE_GETTIMEOFDAY was defined multiple times in Windows headers
- ext/date/lib/timelib_config.h.win32 does not seem to be used

Closes GH-4400
2019-07-14 13:50:05 +02:00
..
astro.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
astro.h Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
dow.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
fallbackmap.h Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
interval.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
LICENSE.rst Update timelib to 2018.02 2019-06-30 15:45:13 +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 Update timelib to 2018.02 2019-06-30 15:45:13 +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 Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
parse_tz.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
README.rst Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib_private.h Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
timelib.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
timelib.h Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
timezonedb.h Updated to version 2019.1 (2019a) 2019-04-01 10:38:41 +01:00
timezonemap.h Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
tm2unixtime.c Update timelib to 2018.02 2019-06-30 15:45:13 +01:00
unixtime2tm.c Update timelib to 2018.02 2019-06-30 15:45:13 +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.