Skip to content

1.0.2

Compare
Choose a tag to compare
@PandaHugMonster PandaHugMonster released this 10 May 16:41
· 81 commits to main since this release

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');