views:

1080

answers:

1

Hi,

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?

+4  A: 

http://us2.php.net/manual/en/function.strtotime.php

Seb
It seems that strtotime will solve everything! Thanks
Tom