1

I am using an external API to fetch data on posts and its publish date format seems unusual:

"created_at" : "Mon Jul 27 14:30:53 -0500 2020"

I can pretty know when it was published but what exactly does the -0500 mean?

Since this is an external API I don't know what how the date was formatted.

1 Answer 1

1

It shows the difference between your time and UTC (universal / international standard time). So in your case, you are 5 hours behind (less than) the UTC time.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.