I have “Thu, 30 Jun 2011 07:34:33 +0000” as a time stamp from Twitter RSS feed. My server is in Eastern time. I need to some how convert this over to unixtime. I have no clue where to start. I guess Twitter would be in pacific time unless its like 24 hours.
I also have another rss feed that uses the same format. Any ideas? Not even sure what i would type in to Google to find a answer for this.
use
strtotime();e.g.:
strtotime("Thu, 30 Jun 2011 07:34:33 +0000")