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 · 1 comment
Open

RFC 3164 parser failed to parse UTC time #69

imhuai opened this issue Nov 12, 2019 · 1 comment

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
@itd-mathe
Copy link

itd-mathe commented Aug 8, 2024

the bug is still not fixed! Why is the Go standard library time.Parse not used in the module?
The further consequence of this error is that the TAG is ignored. It cost me quite some time in debugging...

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

2 participants