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
比如一个文件的创建时间{create}命名为了2024-06-07 15-02-41, 如何修改设置才能将创建时间{create}命名为2024-06-07 15.02.41
The text was updated successfully, but these errors were encountered:
先说下我自己的方法,我试过后可行,但是有没有bug就不知道了 找到包路径下的f2\utils\utils.py文件 修改第71行 format: str = "%Y-%m-%d %H-%M-%S" 修改为 format: str = "%Y-%m-%d %H.%M.%S"
format: str = "%Y-%m-%d %H-%M-%S"
format: str = "%Y-%m-%d %H.%M.%S"
Sorry, something went wrong.
No branches or pull requests
比如一个文件的创建时间{create}命名为了2024-06-07 15-02-41,
如何修改设置才能将创建时间{create}命名为2024-06-07 15.02.41
The text was updated successfully, but these errors were encountered: