Reputation: 34376
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: 13045
Reputation: 25157
https://www.php.net/manual/en/function.strtotime.php
Upvotes: 7