We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Valid day + time is misinterpreted. Likely need Year for document in scope from any other date detections.
DD MON HHMM ZZZ+ # where timezone is only 3-5 alpha at most. Possibly ZZZ+OOOO
To Reproduce
Try parsing with Xtemporal the date 04 APRIL 1145 AM. 04 APRIL 1145 GMT, etc.
04 APRIL 1145 AM
04 APRIL 1145 GMT
Year is not 1145
1145
Expected behavior
infer YEAR from document put out date/time with HHMM resolution.
The text was updated successfully, but these errors were encountered:
mubaldino
No branches or pull requests
Describe the bug
Valid day + time is misinterpreted. Likely need Year for document in scope from any other date detections.
To Reproduce
Try parsing with Xtemporal the date
04 APRIL 1145 AM
.04 APRIL 1145 GMT
, etc.Year is not
1145
Expected behavior
infer YEAR from document
put out date/time with HHMM resolution.
The text was updated successfully, but these errors were encountered: