araddon / dateparse

GoLang Parse many date strings without knowing format in advance.
MIT License
2.04k stars 166 forks source link

datetime parsed does not adhere to timezone #71

Open u007 opened 6 years ago

u007 commented 6 years ago

input: 2017-12-31T16:00:00Z

Z represent UTC time,

result: 2017-12-31 16:00:00 +0800