<this jb blog post> says &gt; The default serializ...
# kotlinx-datetime
l
this jb blog post says
The default serializer is based on an ISO 8601 string representation of a type and uses `toString()`/`parse()` to serialize and deserialize values
the linked wikipedia article lists
2021-05-29T17:42:42+00:00
as an example string so why do i get an exception here ? Slack Conversation
m
Did you use library version 0.2 or later? Only then time zone offset parsing is supported (according to release notes).
l
yes. i already solved the problem, see the crossposted thread