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

ISO 8601 datetime without capitalising the rest of the filename? #451

Open
edent opened this issue Apr 8, 2023 · 1 comment
Open

ISO 8601 datetime without capitalising the rest of the filename? #451

edent opened this issue Apr 8, 2023 · 1 comment

Comments

@edent
Copy link
Contributor

edent commented Apr 8, 2023

I'd like my filenames to start with the IS08601 datetime - 2023-04-08T12:52:57

If I do:

[File]
date=%Y-%m-%dT%H:%M:%S
name=%date %location.%extension

I get 2023-04-08t12:52:57 with a lower-case t. Is there any way to get that to be T without capitalising the whole string?

(This may be a use case for #450 )

@jmathai
Copy link
Owner

jmathai commented Apr 11, 2023

Lots of detailed configuration requests for capitalization of file names :).

This and #450 requires a different approach to capitalization than what the library has now.

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

No branches or pull requests

2 participants