Under Language Settings in 7.2.1, I can set the date and time formats. I set the long date format for PHP and that changed how the date displays on the profiles. Perfect.
But what are the database formats used for? Dates and times should always be stored in one specific format. And they should then be converted to desired format for display. The settings for PHP seem to affect display. So why the database ones?
Should I leave the database ones alone or set them to match the PHP ones?