Hello,

Is there any way to parse following date in Java?

2020-01-14T00:54:42.2837Z

I tried "yyyy-MM-dd'T'HH:mm:ss.SSSS'Z'" but it didn't work.

Thanks for your help!