We have a small news site where each news has time and date of publication in the following format:
"2018-06-20T06:07:00.000+03:00"
We connected analytics to which we need to send time in the following format:
"Fri, 23 Feb 2018 15:00:00 +0200"
Tell me, please, how best to resolve this issue? We can refer this question to the server-side developer so that the request contains the date in the format we need, or we can do it on the front.
I still do not quite understand how to get the date corresponding to the date in the article, and then transform it into the desired format, but I think it is possible (and difficult)