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

WA/issue #103 #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

WA/issue #103 #105

wants to merge 2 commits into from

Conversation

elkrieg
Copy link
Contributor

@elkrieg elkrieg commented Aug 7, 2017

put("^(0[1-9]|[1-9][1-2]*)/\\d{1,2}/\\d{2}$", "MM/dd/yy");
put("^\\d{1,2}/(0[1-9]|[1-9][1-2]*)/\\d{2}$", "dd/MM/yy");
put("^(0[1-9]|[1-9][1-2]*)/\\d{1,2}/\\d{4}$", "MM/dd/yyyy");
put("^\\d{1,2}/(0[1-9]|[1-9][1-2]*)/\\d{4}$", "dd/MM/yyyy");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if regexps are required at all.
Should ksar just try to parse the date and check which mask works better?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree, but for the moment we have this implementation of auto detection

@Pitterling
Copy link
Collaborator

ksar/src/main/java/net/atomique/ksar/ui/LinuxDateFormat.java

must be adjusted as well !! ... This is for the non-"automatic detection"

@Pitterling
Copy link
Collaborator

Unittest LinuxHeaderTest.java should cover this as well

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.

None yet

3 participants