I have a JSON file that has the following.
["2014-05-01T00:04:35+00:00", "2014-05-01T01:07:15+00:00", "2014-03-02T00:09:54+00:00", "2014-03-02T00:10:34+00:00", "2014-03-02T00:10:22+00:00", "2014-05-03T00:10:55+00:00" ]
How do I read this?
Assuming that those dates are UTC, how do I convert it to PST zone?