Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 3164 parser failed to parse UTC time #69

Open
imhuai opened this issue Nov 12, 2019 · 0 comments
Open

RFC 3164 parser failed to parse UTC time #69

imhuai opened this issue Nov 12, 2019 · 0 comments

Comments

@imhuai
Copy link

imhuai commented Nov 12, 2019

Hi, I think that both of following time strings are valid RFC3339 time format. However, RFC3164 parser is not able to parse the second type of timestamp (i.e. 2019-11-06T08:12:25Z) due to the expected parsing length of RFC3339 is limited to 25. Thank you.

2019-11-06T08:12:25+08:00 // length: 25
2019-11-06T08:12:25Z // UTC time, length: 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant