php-src/ext/date/lib
Peter Kokot 8d3f8ca12a Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-07-25 00:53:25 +02: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 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
parse_date.re Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
parse_iso_intervals.c Merge branch 'PHP-7.2' 2018-01-31 11:56:11 +00:00
parse_iso_intervals.re Upgrade timelib to 2017.05beta9 2017-09-04 22:45:34 +01:00
parse_tz.c Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
README.rst Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib_config.h.win32 add for VC build 2006-09-13 17:47:20 +00: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 Sync with timelib 2017.06 2018-01-31 11:55:35 +00:00
timelib.m4 Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
timezonedb.h Updated to version 2018.5 (2018e) 2018-05-08 09:24:28 +01:00
timezonemap.h Update timezonemap.h, which needs to match the bundled TZ db 2017-10-24 14:55:13 +01:00
tm2unixtime.c Do the revert properly, and put back fraction support in 7.1 2017-08-16 15:59:56 +01:00
unixtime2tm.c Upgrade timelib to 2017.05beta9 2017-09-04 22:45:34 +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.