Just a quick update.. I got it working when changi...
# klock
d
Just a quick update.. I got it working when changing the date I received to
"2020-01-22T00:00:00.000Z"
(removing
+0000
and adding
Z
on the end) and parsing it with the
"yyyy-MM-dd'T'HH:mm:ss.SSSZ"
filter. Should this maybe be an issue? I think the offset at the end (
+0000
and similar) is a part of the ISO 8601 standard: https://en.wikipedia.org/wiki/ISO_8601#Time_offsets_from_UTC. What do you guys think?