I am parsing a JSON file in Python 2.7 that includes
"TimestampUtc":"\/Date(1477393888000)\/
and I want to parse this file and convert the date into :
8:11 a.m. Oct. 25, 2016
The original time zone is in the US and I want to get exactly the same output. But this format is not that common and other similar questions don't answer it. Is there any idea how to do it ?