I am just beginner in Laravel and as I watching certain tutorials on YouTube and author to change format of created_at and updated_at in the view changed from string to unix timestamp and would like to ask why we need to convert date from string to unix timestamp with the use of strtotime function. Can't we still use string rather than converting it to unix timestamp.
Secondly, why exactly unix timestamp over date time. Are there any advantages of unix timestamp over date time