Recently, need to parse a date from partner's API,
the return format is json, and there is a date string as 2018-01-26T12:00:00.000Z
.
BTW, previously, usually I get the timestamp as a long value, which is not effected by timezone.
The questions are:
- Is it possible to tell the timezone of this date?
- If yes, then what is the timezone, and any reference/document about this format of timezone?
https://stackoverflow.com/questions/11770367/use-javascript-to-convert-a-date-string-with-timezone-to-a-date-object-in-local – jack Jan 25 '18 at 03:29
https://stackoverflow.com/questions/11770367/use-javascript-to-convert-a-date-string-with-timezone-to-a-date-object-in-local – jack Jan 25 '18 at 03:30