1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00
Files
archived-php-src/ext/date/lib
Derick Rethans f0519f4837 Upgrade timelib to 2017.01
This fixes:

- Fixed bug #72719 (Relative datetime format ignores weekday on sundays only).
- Fixed bug #73294 (DateTime wrong when date string is negative).
- Fixed bug #73489 (wrong timestamp when call setTimeZone multi times with UTC
  offset).
- Fixed bug #73858 (first/last day of' flag is not being reset).
- Fixed bug #73942 ($date->modify('Friday this week') doesn't return a Friday
  if $date is a Sunday).
- Fixed bug #74057 (wrong day when using "this week" in strtotime).
2017-02-12 20:17:01 +00:00
..
2015-09-22 08:41:56 +01:00
2015-09-22 08:41:56 +01:00
2015-09-22 08:41:56 +01:00
2016-01-29 15:21:55 +01:00
2015-09-22 08:41:56 +01:00
2016-11-16 15:11:07 -05:00
2015-09-22 08:59:45 +01:00
2015-09-22 08:41:56 +01:00
2016-02-15 16:50:42 +01:00
2015-09-22 08:41:56 +01:00
2017-02-12 20:17:01 +00:00
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.