Reputation: 34356
I'm parsing an RSS feed which has the time and date as UTC, I need to convert this into a unix timestamp. Is there a simple way to do this?
Upvotes: 2
Views: 13043
Reputation: 25147
https://www.php.net/manual/en/function.strtotime.php
Upvotes: 7