I am working with a sitemap where the modified date that is being pulled from WP GraphQL is incorrectly formatted which looks like 2021-11-24T17:03:44.597Z
. Looking at Google's recommendations it suggests something like: 2021-11-24T16:02:05+00:00
Is there an efficient way of converting this to the recommended format?