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

Change date format passed to touch command #71

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Michcioperz
Copy link
Member

GNU touch accepts pretty much any format, while BSD touch is only happy with ISO format.

This commit is motivated by my attempts to run oioioi on FreeBSD.

GNU touch accepts pretty much any format, while BSD touch is only happy with ISO format.

This commit is motivated by my attempts to run oioioi on FreeBSD.
@top-sekret
Copy link

top-sekret commented May 15, 2023

Maybe we can use os.utime and avoid spawning unnecessary subprocesses in a performance component.

@Michcioperz
Copy link
Member Author

Well, since nobody should be using sio2 on py2, the better choice would be probably to just remove this conditional over Python version

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.

2 participants