Answer the question
In order to leave comments, you need to log in
How to format the date correctly?
Through the web service API I get:
["DateTime"]=> Date(1550959199000)
[
"OffsetMinutes"]=>120
Answer the question
In order to leave comments, you need to log in
this is in milliseconds, you need to divide by 1000 to get seconds
if you need to take into account the offset, then add / subtract ["OffsetMinutes"] (considering that these are minutes)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question