Hello,
I'm reading a rss file, I want to save the items to my database. The pubDate of the rss is something like this:
'Sun, 22 Nov 2009 17:05:47 GMT'.
First of all, how could I convert this string to something like 'yyyy-mm-dd hh:mm:ss' to save to my database.
Secondly, I'm from belgium, my...