Release v0.1.2
- implement parsing/formatting time zone offset with colons (
%:z
,%::z
,%:::z
) - recognize
Z
as UTC on parsing time zone offset (%z
) - fix padding on formatting time zone offset (
%z
)
%:z
, %::z
, %:::z
)Z
as UTC on parsing time zone offset (%z
)%z
)