1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/date/lib
Nikita Popov eb8ad30cf1 Fix quadratic slowdown under asan in timelib
This is a hotfix for https://github.com/derickr/timelib/pull/94
until the issue is resolved upstream.
2021-02-16 11:56:17 +01:00
..
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2019-10-15 21:00:39 +01:00
2019-06-30 15:45:13 +01:00
2019-06-30 15:45:13 +01:00
2020-08-31 12:23:54 +01:00
2020-08-31 12:03:08 +01:00
2018-01-31 11:55:35 +00:00
2020-08-31 12:03:08 +01:00
2020-08-31 12:03:08 +01:00
2020-08-31 12:23:54 +01:00
2021-01-25 10:44:07 +00:00
2020-08-31 12:03:08 +01:00
2020-08-31 11:41:41 +01:00
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.