Dates with Drupal Feeds
Drupal's Feeds module seems to need dates to be in a particular format in order to correctly import them (at least to set the Created / Published Date on the imported node; possibly for any Date field).
Through trial and error, here's what I've come up with today: D, d M Y H:i T (in PHP's date syntax). This translates to Sat, 08 Feb 2014 06:00 CST, for example.
I don't have any real documentation on this (didn't look too hard), but as this is working for me I am documenting it for future reference, and any possible Google searches.














