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

Allow setting time zone when converting to DateTimeImmutable #430

Closed othercorey closed 9 months ago

othercorey commented 9 months ago

Allow users to set the time zone when converting to DateTimeImmutable instead of only defaulting to the internal implementation.

Users will probably use this when converting between systems and will need flexibility.

This adds no extra overhead to the conversion.