Hello there,
I have a script that filters many news RSS and store in the database the needed articles.
But the issue is that those feeds are from different countries, and I want to convert the dates in <pubDate> entity to GMT then Unix Timestamp in order to sort them in the database.
Any idea?