1.0.2
Patch 1.0.2
Fixed small aspects of work with timezone of DateTime object.
Now "tz" is not read-only anymore, and it can accept string representation of Time Zone.
setTimezone()
as well is chainable.
$t = ts('previous monday 23:00', true)
->setTimezone('America/Los_Angeles');