This release adds time zone support to format functions (that I somehow missed when working on the feature) and fixes a few bugs.
Make sure also upgrade TZDate
to v1.0.2 as it includes a bunch of critical bug fixes.
Fixed
- Fixed internal
constructFrom
throwing an exception onnull
arguments. Whilenull
isn't allowed, the functions should rather returnInvalid Date
orNaN
in such cases. See #3885.
Added
- Added missing time zone support to
format
,formatISO
,formatISO9075
,formatRelative
andformatRFC3339
. See #3886.