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 )