I'm getting a date from mongodb like 2015-07-09T22:04:51.974Z
, I want to format this string in Python to something like "Wed, July 7, 2015"
Does python have any libraries for working with this type of date and formatting? I can't seem to find anything specific to this.