I tried searching for this and didn't find anything so please read the whole question before marking as a duplicate.
The documentation for Date.parse specifies that when an ISO format date is parsed that does not contain timezone information, UTC is assumed (Under section "Differences in assumed time zone").
I have a local datetime string with no timezone information: 2015-09-08T11:27:30
How can I get Date.parse to parse this as a local time?