I am getting a DateTime from an API that is formatted as such:
2015-11-27T21:05:03Z
What does the T mean? Does it just a signify that the time is next in the string? Through some searching I found that the Z might mean the zulu time zone or UTC+0:00. Is this even right? How would I go about parsing this in PHP to get it into a SQL DateTime? I bet this is a basic question but I'm having trouble even coming up with good search terms for google.