Chronos 2.1.0
New Features
- Added
diffInMonthsIgnoreTimezone()
that takes the difference without allowing PHP to convert back to UTC first. For example:2019-06-01 Asia/Tokyo
and2019-10-01 Asia/Tokyo
would return 4 instead of 3 that DateTime::diff() would return.