1
2011
Convert RSS pubDate to MySQL Datetime
Today in creating an application to parse through many RSS feeds I needed a quick function to convert RSS publish date to a valid MYSQL datetime string. A quick Google search revealed 2 things: There was not a copy and paste function readily available There were many unanswered posts asking for such a function So I thought I would take a few minutes out of my afternoon to put together a quick solution. The code: [...]