cakephp / chronos

A standalone DateTime library originally based off of Carbon
http://book.cakephp.org/chronos
MIT License
1.34k stars 61 forks source link

Restore Date::create() compatibility with no params #435

Closed markstory closed 9 months ago

markstory commented 9 months ago

Restore the historical behavior of create() that uses the current day by default.

Fixes #434