0.5.0
New
tzOffset()
now accepts a third parameter. When set totrue
, it enforce the provided timezone to stay in real-life boundaries (from-12:00
to+14:00
).- This also applies to
datetimeTz()
, which now accepts a fifth parameter to be on par with howtzOffset()
works.
Changed
tzOffset()
anddatetimeTz()
now adjust the timezone to fit the spec boundaries (from-23:59
to+23:59
). There was no limits before.