The datetime type in sitecore field I retrieved through query is "20161114T000000Z" string.
Question:
What is T and Z?
How should parse it to DateTime object?
I read some related questions and found DateTime.TryParseExact() in this thread could solve the problem, but still I don't know what is T and Z mean.
Please provide some sample code.