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

Improve regex generation for DateTime parser #728

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

andrew-coleman
Copy link
Member

If there are two adjacent integer definitions for date/time fields in the picture string without any extra markup between them, then the generated regex must precisely define the number of digits in the first field.

Resolves #727

If there are two adjacent integer definitions for date/time fields
in the picture string without any extra markup between them,
then the generated regex must precisely define the number of digits in the first field.

Signed-off-by: Andrew Coleman <[email protected]>
@mattbaileyuk mattbaileyuk merged commit 2dd49c6 into master Jan 11, 2025
8 checks passed
@mattbaileyuk mattbaileyuk deleted the datetime_regex branch January 11, 2025 18:29
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

Successfully merging this pull request may close these issues.

Issue with time conversion (string -->ISO) - deviation from intended time when using to/from millis
2 participants