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

different behavior with printf %A #451

Closed
sylvestre opened this issue Sep 11, 2024 · 2 comments · Fixed by #454
Closed

different behavior with printf %A #451

sylvestre opened this issue Sep 11, 2024 · 2 comments · Fixed by #454
Labels

Comments

@sylvestre
Copy link
Contributor

$ touch a
# with our implementation:
$ find a -printf " %A+\n"          
 2024-09-11T10:34:33.361901073+00:00

# With GNU:
$ find a -printf " %A+\n"
 2024-09-11+12:34:33.3619010730
@sylvestre sylvestre changed the title different behavior with printf different behavior with printf %A Sep 11, 2024
@sylvestre
Copy link
Contributor Author

@hanbings rings a bell? thanks

@hanbings
Copy link
Collaborator

@hanbings rings a bell? thanks

Looks like it's related to https://github.com/uutils/findutils/blob/main/src/find/matchers/printf.rs#L38, let me investigate a little more closely. :)

@hanbings hanbings added the bug label Sep 18, 2024
sylvestre added a commit to sylvestre/findutils that referenced this issue Sep 21, 2024
sylvestre added a commit to sylvestre/findutils that referenced this issue Sep 22, 2024
sylvestre added a commit to sylvestre/findutils that referenced this issue Sep 22, 2024
@hanbings hanbings linked a pull request Sep 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants