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

Some deprecation warnings since 2.4.0 #404

Closed markusramsak closed 11 months ago

markusramsak commented 11 months ago

calling timezone() instead of setTimezone() for example causes a lot of deprecation Warning wenn calling i.e. ->i18nFormat('...', ['timezone' => 'Europe/Vienna']);

ADmad commented 11 months ago

Duplicate https://github.com/cakephp/cakephp/issues/17223

othercorey commented 11 months ago

We released out of order unfortunately. You can restrict Chronos in your composer.json until a new cakephp version is released.