I am receving the date in xsd:dateTime format "2021-10-20T15:30:46Z" and I want to convert the same to "2021-10-20T15:30:46.000+04:00" in xslt 2.0.
I am not able to get the right picture string.
format-dateTime($DateTime, "[Y0001]-[M01]-[D01]T[H01]:[m01]:[s01].[f001]Z")
but it is returning "2021-10-20T15:30:46Z"