1 min readJul 2, 2020
As an addition to Lee Le’s response: The format used here is called ISO 8601. In case you’re using any other PHP based blogging system (e.g. Laravel), you can make your “created_at” dates printed in the desired format this way:
date('c', strtotime($post->created_at))